Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #873622

    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

    #873799

    Hey Tobiy,

    Can you please disable cache while we’re helping you.

    Best regards,
    Victoria

    #874113

    Hi Victoria, attached you find everything.

    #875174

    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

    #876155

    Thank you very very much Victoria – this helps a lot!
    But how can i add some space between the hamburger menu and the content?

    • This reply was modified 7 years ago by Tobiy.
    #876267

    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

    #877437

    Thanks Jordan! It works.

    #877472

    Hi,

    Glad that Jordan helped you. Let us know if you need more assistance or if we can close the thread :)

    Best regards,
    Nikko

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.