Shop Categories

X

Problems with changing the color of my H1, h2, h3 etc tags

Home Forums Agama Pro Problems with changing the color of my H1, h2, h3 etc tags

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #26575
    Line Horn Andersen
    Participant

    The global heading designs does not affect my h1,h2,h2 etc tags on my pages.
    General>Headings> *then changing font and colors

    When I go change the font color of my headings (h1,h2,h3 etc tags) it does not change alle my headlines globally on my website. Why?

    #26586
    Zex
    Moderator

    Hello, Line!

    If this option for some reason doesn’t work on your website, You can change the font family and color, sitewide, using the custom CSS code.

    (Insert the code into Customizing->General-<Additional CSS:)

    h1{
        font-family: Ramabhadra!important;
        color: #81d742!important;
    }
    h2{
        font-family: Ramabhadra!important;
        color: #81d742!important;
    }
    h3{
        font-family: Ramabhadra!important;
        color: #81d742!important;
    }

    Change the font and colors per your needs.

    Regards

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