[Resolved] Heading link styles

Home Forums Support [Resolved] Heading link styles

Home Forums Support Heading link styles

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

    Hi! I need to style my headings – if they are links – with a specific color.
    Normal links should stay like they are.

    I tried some css styles but it doesn’t work, what would be the correct custom css?

    thanks!

    #1468852
    David
    Staff
    Customer Support

    Hi there,

    which headings ? Are these for the blog ?
    If you can share a link so i can see them then i can advise.

    #1470825
    Pavla

    well generic h1,h2, h3 headings… i set now all links on dark grey so it doesn’t look weird in the meantime.

    #1470922
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    You can do this:

    h1 a {
        color: red;
    }
    
    h2 a {
        color: blue;
    }

    And so on..

    Let us know if you need more info 🙂

    #1472551
    Pavla

    Hi! O.k. at first didnt work but I added #636363 !important; and now its ok.
    thanks!

    #1473364
    Tom
    Lead Developer
    Lead Developer

    No problem!

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