Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #1228894

    Hi,
    Is it possible to make a curved menu such as this with the theme?

    #1229065

    Hey horsevet,

    It’s not part of the theme by default, so you would need custom CSS. The site you linked to has done it by adding a background image to the header, so you would an image to use if you need help with CSS.

    Best regards,
    Rikard

    #1238678

    Hi,
    We are having an issue and I tried to use advanced styling to fix it but I haven’t been able to fix it. We want to use the font Great Vibes for the Headings (H1-6) however it is showing all in capital letters. Even when I change it to lower case it stays in All CAPITALS. Any suggestions?

    Also is there any way to make the top secondary menu bigger?

    #1238876

    Hi horsevet,

    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 .all_colors h1, #top #wrap_all .all_colors h2, 
    #top #wrap_all .all_colors h3, #top #wrap_all .all_colors h4, 
    #top #wrap_all .all_colors h5, #top #wrap_all .all_colors h6 {
        text-transform: none;
    }
    #top .av-main-nav ul a {
            font-size: 14px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1239335

    Thank you! Also is there any way to make the very top menu bigger?

    #1239394

    Hi,

    Do you mean the hours section?

    Best regards,
    Jordan Shannon

    #1239572

    The one on our website is pink and has our phone numbers.

    #1239632

    Hi,

    Add this to quick css:

    .phone-col{
    font-size:60px!important;
    }

    Adjust the size to what you need.

    Best regards,
    Jordan Shannon

    #1239799

    Thanks, unfortunately, that didn’t do anything… Alternatively is it possible to add a logo to that section?

    #1239841

    Hi,

    Did you add the code to the very top of quick css so it runs first. Also, clear the cache a few times over.

    Best regards,
    Jordan Shannon

    #1239973

    I did all of that and still nothing happens.

    Is there a way to put an image in that menu?

    #1240155

    Hi horsevet,

    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 #header_meta .phone-info {
        font-size: 20px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1244982

    Hi,
    We would like to use the image below for the curved menu. Login credentials are below as well. #1229065

    #1245722

    Hi,

    Thank you for the update. This is the image in the other site that is used as header background. You have to create the same image, upload it in the media library and apply it as the header background. (see private field)

    Best regards,
    Ismael

    #1245774

    Thank you! Last question (I hope) where can I add it as the header background? I gon;t see that as an option anywhere.

    #1246160

    Hi,

    Look for the Enfold > General Styling > Logo Area panel and the Background Image settings, select the Upload Custom Image option, then upload the custom image as background. We might have to add a few css adjustments to make it look like more like the header in the other site.

    Thank you for your patience.

    Best regards,
    Ismael

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