Link color

edited May 2017 in Theme support
Hey! :)

I was wondering. We have a link color in our BeTheme Options, but sometimes we want a link to be another color. I tried this code, but it doesn't work it just keeps the color from be theme options:

<h3 style="color: #fff;"><a href="http://daniabikes.com/bedre-konvertering/">Bedre konvertering</a></h3>

Comments

  • Hi DaniaBikes, 
    Try using an !important, like this: 
    <h3 style="color: #fff !Important;">
    Sometimes the browser cache can hold the css, clear it after you make css changes. 
    thanks
  • The H3 style works fine, it is when I use it with a link nothing happens. If I just use h3 style color it will change the color of whatever I write, but once I make it a link it doesn't change.
  • Please show me where this link is on your page. Also try to change the <a> color, not the h3 inside.

  • edited May 2017
    I did not post it, it is for a blog post we are creating but we cannot make the link work. The problem is it has to be both a h3 and a link at the same time.

    Edit:

    Ahh!! Like that, it makes sense. You wanted the a color.

    <h3><a href="http://daniabikes.com/shop"><font color="#fff">Bedre konvertering<br> på nettet</font></a></h3>

    This worked! :) Ty so much!
Sign In or Register to comment.