Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #207607

    Hello again,

    Thank you for the great theme and the wonderful support that goes with. I was wondering how to change the text size of both the main menu and the secondary menu on this page: http://wordpress.rpsplanadm.com. I was also hoping to get the text color for the main menu black ( have it set to #000000 in the settings yet it is still grey).

    Thank you again,
    Brandon

    #207610

    Hey Brandon!

    Try adding this code to the Quick CSS:

    #avia-menu > li >  a {
        font-size: 22px !important; /* This will affect the main menu */
    }
    .sub-menu a{
        font-size: 14px !important;  /* This will affect the secondary menu */
    }
    
    #avia-menu a {
        color: black !important;  /* This will affect the color in all menus */
    }

    Cheers! 
    Josue

    #207612

    Hi Josue,

    It has worked for coloring the text and the children in the mega menu are changing size but the Parent size is not changing. Thank you for the quick response and for your help thus far.

    Brandon

    #207625

    Hi!

    There are typos in the code: http://wordpress.rpsplanadm.com/wp-content/uploads/dynamic_avia/enfold.css?ver=1

    In the Quick CSS, replace the gt; by “>”.

    Cheers!
    Josue

    #207646

    That worked great!

    Thank you Josue for that, I much have lost that code in the copy paste process. This is a great theme and the support is outrageously quick and helpful.

    Have a great day,
    Brandon

    #207655

    You are welcome, glad we could help :)

    Regards,
    Josue

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Main Menu and Second Menu Text Size and Color’ is closed to new replies.