Shop Categories

X

Change Font Colour

Home Forums Agama Pro Change Font Colour

Topic Resolution: Resolved
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1724
    Kerri
    Participant

    I’ve been searching to find where to change the font color for all different headings and the normal font, but I just can’t find the options. Please help me

    #1727
    Jerry
    Keymaster

    Hello Kerri,

    As theme options are migrated into customizer, this feature is coming in next theme update v1.3.1 which will be out very quickly.

    Until that you can try with Custom CSS by going to:

    Appearance -> Customize -> STyling -> Custom CSS

    and adding next CSS code:

    h1, h1 a { color: red; }

    You can use any heading tag & desired color (h1, h2, h3, h4, h5, h6).

    Best Regards

    • This reply was modified 7 years, 7 months ago by Jerry.
    #1739
    Kerri
    Participant

    thank you 🙂

    #1740
    Kerri
    Participant

    What would I put for the widgets? I am having trouble with the colours on my footer widgets coming out too light, and I set all my headers to darker tones and still nothing. http://gembouquet.com – ignore the pictures they are just up there for testing…I have a stock photographer working with my Thursday. 😉

    #1741
    Kerri
    Participant

    I also noticed my drop down menu does not work on Safsri and Chrome browers…will this be normal or will it straighten itself out?

    #1742
    Jerry
    Keymaster

    Hello Kerri,

    You can customize widget titles and link colours from: Appearance -> Customize -> Styling -> Custom CSS by adding next CSS codes:

    
    .footer-widgets .widget-title { color: desired color; }
    .footer-widgets ul li a { color: desired color; }
    .footer-widgets ul li a:hover { color: desired color; }
    

    I will check about dropdown menu issue.

    Also please remove:

    `< script >

    tags from: Appearance -> Customize -> General -> Analytics box.

    You must add analytics code without starting & ending script tags.

    Regards

    • This reply was modified 7 years, 7 months ago by Jerry.
    • This reply was modified 7 years, 7 months ago by Jerry.
    #1745
    Kerri
    Participant

    Great, thank you.

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