Viewing 8 reply threads
You must be logged in to reply to this topic.
How can I make my main button bigger? It’s a css code, right?
Hello,
You can edit buttons style in General Options > Styling Options > Buttons Styling.
Let us know if you need further help.
Best regards!
Hi!
I need to change one specific button, making it bigger. I saw in another thread someone asking about it, and the answer was a css code, but I can’t find it anymore!
Hello,
In that case, yes you have to use a custom css. Send us a link of the page where you ave this button, so we can give you the right css to add.
Kind regards!
The page is: https://pianostomanik.com.br/
I want to change the first button, “Entre em contato”.
Thank you,
Can you help me with another issue? Somehow I changed the menu color to grey, and now I can’t find where to change it back! I want it white with a grey border.
Hello,
Please add this code into your custom css box in General Options:
.page-id-5 .vc_btn3.vc_btn3-size-lg {
font-size: 23px !important;
}
Edit the value to your wish.
-You can style menu colors in General Options > Header Options > Menu Options, and the main site’s color in General Options > Styling Options
Let us know if you need further help.
Happy Holidays!
Hi, I would need to change the “Join Us” button size in the following link. Would you be able to help me out?
Hello,
@Freedonut,
Please add this code:
.page-id-798 .btn-bt.align-center {
left: 25% !important;
height: 15px !important;
width: 57px !important;
}
Change the values to your wish.
Best regards!
You must be logged in to reply to this topic.