Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #316274

    I have 2 questions.

    1) How can I make the menu font bigger?

    2) How can I make the “book now” menu option an actual button, instead of just text?

    Thanks!
    Michael

    #316536

    Hi jmcrist!

    1- Please go to Enfold theme options > Advanced Styling and edit “Main menu links”
    2- Seems like you have already figured it out!

    Cheers!
    Yigit

    #316543

    Can you please answer the second question about the actual button, i’d also lie to know how to do it

    #316550

    Hey!

    Michael is using this plugin – https://wordpress.org/plugins/wpfront-notification-bar/

    Cheers!
    Yigit

    #318460

    Hi Yigit

    I can’t seem to find the way to make the menu font bigger.

    In Enfold theme options i cant seem to find the “advanced styling option

    Ori

    #318465

    Hey!

    Insert this code into the quick css field:

    
    .main_menu ul:first-child > li a {
    font-size: 20px;
    }
    

    and change the font size value if necessary.

    Regards,
    Peter

    #318477

    Thanks!

    I have another question,

    In my home page (and only their), I would to have an image in the background of my main menu that will continue down to my body.
    Kind of like what you see here: http://www.mekomy.com/

    Is that possilble?
    If yes, then how?

    Ori

    #318517

    Hi!

    Set the page to have a Transparent header then add a Color Section. Apply the background image on the Color Section then add all content inside.

    Cheers!
    Ismael

    #318688

    Hi there,

    Sorry for the late replies. I’m using the plugin because I can’t find a way to make the actual link a button.

    I want the link “Book Now” in the menu of Enfold to be a button, instead of just colored text. Is there a way to do this?

    Thank you!
    Michael

    #318976

    Hey Michael!

    Try adding this code to the Quick CSS:

    li#menu-item-7383 .avia-menu-text {
        padding: 10px;
        border: 1px solid;
    }

    Cheers! 
    Josue

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