• Resolved blokhut

    (@blokhut)


    Hi,

    On a page I have couple of h3 titles with a link to another page. The first visit of the page all those titles remain black but clickable. Coming back from the linked page the titles are in the link color.
    On the same page I also got some normal paragraph links in that same color and they work fine.
    Is it because I am using h3 in the titles?

    Hope to get a solution.

Viewing 10 replies - 1 through 10 (of 10 total)
  • Theme Author Styled Themes

    (@gejay)

    Hello blokhut,

    Could you share us your site url and locate the problems you are facing ?

    Best Regards,
    Bidur

    Thread Starter blokhut

    (@blokhut)

    I worked around the problem but made a test page where you can see what’s happening.
    The first 2 titles are ok then it starts with the 3rd. I have been reordering the titles but the problem still occured.

    this is my test page
    hondenschooldewolfskamer.nl/test

    • This reply was modified 7 years, 4 months ago by blokhut.
    Theme Author Styled Themes

    (@gejay)

    Could you point out the exact locations?

    Thanks!

    Thread Starter blokhut

    (@blokhut)

    It’s happens in all titles like Puppy,Jonge Honden, Instroom Basis Gehoorzaamheid etc.

    Hope this helps

    Theme Author Styled Themes

    (@gejay)

    yes it is working as it should be. The paragraph ‘More Information and start dates’ is affected by the anchor tag <a> where the color is set#b31331. Hence it is showing the default color.

    Best Regards,

    Thread Starter blokhut

    (@blokhut)

    I know the paragraph ‘More Information and start dates” works fine. Just the way i want.

    At your first visit of the page with no prior history all titles like PUPPY etc. are black and they should have the link color.

    the code reads:

    <h3>
       <a href="https://hondenschooldewolfskamer.nl/puppy/">
        <img />
       </a>
       <a href="https://hondenschooldewolfskamer.nl/puppy/">PUPPY</a>
    </h3>

    So the last ‘a href’ should have the link color.

    Hope this explains it better.

    • This reply was modified 7 years, 3 months ago by blokhut.
    Theme Author Styled Themes

    (@gejay)

    Hello blokhut,

    Yes we can see that however you can change the link default or visited color.
    Didn’t you mean that?

    Thanks!

    Thread Starter blokhut

    (@blokhut)

    Hey,

    In the customizer i set the link color so it should show on every link.
    But the H3 doesn’t show a link color.
    Apparently it’s hard to explain what is happening.

    I have changed the link color just like the paragraph ‘More information and start dates’ but the link color doesn’t show on the
    <h3><a href="https://hondenschooldewolfskamer.nl/puppy/">PUPPY</a></h3>

    It stays black.

    hondenschooldewolfskamer.nl/test

    • This reply was modified 7 years, 3 months ago by blokhut.
    • This reply was modified 7 years, 3 months ago by blokhut.
    • This reply was modified 7 years, 3 months ago by blokhut.
    Theme Author Styled Themes

    (@gejay)

    Hello blokhut,

    The pages and post title are set to the default black color. You can change the color inside customize>>colours>>Post and page titles. However it will affect the entire theme.
    If you want to make it affect on particular page/s you can add the page-id instead. Something like this;

    .page-id-445 h3{
    color: #b31331;
    }

    Thanks!

    Thread Starter blokhut

    (@blokhut)

    Hey,

    Thanks a lot. that answers my question.
    I will work around it then.

    Thanks again.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Link color on h3 not showing’ is closed to new replies.