Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #19078
    mithrand
    Participant

    Hi!:
    Where I can change the text size and font menu?
    And the color?

    Thank you very much.

    #19086
    Sakin
    Keymaster

    @mithrand: Can you send me your site URL and tell me the area for which you want to change it.

    #19096
    mithrand
    Participant

    Hi:
    The url is: viajerismo.com
    My idea is to change the font of the main menu, text color and background of the main menu.
    Thank you very much.

    #19097
    mithrand
    Participant

    Hi:
    I found where I can change its color from the main menu.
    I had it before and had not seen.
    I just need to change the font of the main menu.

    Thank you.

    #19109
    Sakin
    Keymaster

    @mithrand: The CSS to change the font family in menu is as below. Just change the font and add it in “Appearance => Theme Options => Custom CSS” box.
    #access ul { font-family: Amaranth,sans-serif; }

    #19125
    mithrand
    Participant

    Great! Thank you.
    You’ve helped me a lot.

    Greetings 🙂

    #21763
    Dottie
    Member

    how would i change the font size in the menu?

    #21764
    Dottie
    Member

    i would please like to know how to change font size, and family in the simple catch pro theme. thank you.

    also, how can i have one font for the menu, and another for the drop down pages?

    #21786
    Sakin
    Keymaster

    @Dottie: Simple Catch Pro theme you can change the font in various conditions like
    1. Content Font Family
    2. Headings Font Family
    3. Site Tagline Font Family
    4. Site Title Font Family
    5. Overall Default Font Family

    To change the font size you need to be very careful as this is responsive design theme. The following CSS control the Font Size of Menu. You can change as per your need and add it in “Appearance => Theme Options => Custom CSS” box.

    #access ul li a {
        font-size: 15px;
        line-height: 48px;
    }
    #21902
    Dottie
    Member

    Thank you very much Sakin!

    can you explain what each font family means for the site?

    ie : Content Font Family means what part of the site? etc

    also, how do i change the font size of the drop drown menu text? the categories

    #22037
    Sakin
    Keymaster

    @Dottie: Content font family mean the actual content of post and page.
    Here goes the css for drop down menu font size

    #access ul li ul li a {
        font-size: 13px;
        font-weight: normal;
        line-height: 18px;
    }
Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Text Menu Bar’ is closed to new replies.