Hi Enfold Support Team,
may you please help me with the following:
1. i want to change the buy button text color from – at the moment – grey to white
2. I want to change the buy button text to “More Info”
3. On mobile the Hamburger menu overlaps a bit with the breadcrumb menu. How can i add a bit distance
4. How can i scale down the image which is added to header widget?
Thank you very much.Tobiy
Hey Tobiy,
Can you please disable cache while we’re helping you.
Best regards,
Victoria
Hi Victoria, attached you find everything.
Hi Tobiy,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top #wrap_all .single_button .button {
color: #fff;
}
This will change the color of the button, the header css is tough since you made some changes to adjust it. And changing the text of the button will require editing templates.
If you need further assistance please let us know.
Best regards,
Victoria
Thank you very very much Victoria – this helps a lot!
But how can i add some space between the hamburger menu and the content?
Hi,
Add the following to quick css:
@media only screen and (max-width: 767px){
.responsive #top #header_main > .container .main_menu .av-main-nav > li > a{
line-height:60px!important;
}
}
Best regards,
Jordan Shannon
Thanks Jordan! It works.
Hi,
Glad that Jordan helped you. Let us know if you need more assistance or if we can close the thread :)
Best regards,
Nikko