Okay
  Public Ticket #841253
link color blog headings
Closed

Comments

  • Niels started the conversation

    Hi,

    Where can I change the default link color #0019be into #dc143c of the Blogposts headings?

    Or do you know the right CSS code to use?

    Cheers,

  •  1,558
    Laborator replied

    Hi Niels,

    Use the following CSS to fix it:

    .wpb_wrapper .lab-blog-posts .blog-post-entry .blog-post-content-container .blog-post-title a:hover {
        color: #dc143c;
    }
    

    P.S. We have already fixed this so it will be available in the next update.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  • Niels replied

    Yes! Thanks this works.

    FYI I have also hamburger menu adjusted in CSS section, after changing colors in theme options - theme styling - link color.

  •  1,558
    Laborator replied

    Glad to hear that it's working Niels :)

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group