• Hello,

    I’m having an issue with the link text color on my company’s site. We’ve been having some problems with the theme options ever since we updated the theme, actually. But this one I can’t figure out.

    In the theme options under general settings, it says that the link text is the color I want it to be (#7d8f17) but when I visit the actual pages, it is not that color. When I inspect element, it says that it is set to #555555.

    I figured there might be a conflict in the code somewhere that’s causing this, so I went to custom CSS at the bottom of general setting and put

    a {
    color:#7d8f17;
    }

    Didn’t work, so I changed it to
    a {
    color:#7d8f17 !important;
    }

    Still didn’t work.

    What is the problem and how can I fix it?

Viewing 5 replies - 1 through 5 (of 5 total)
  • What theme are you using? Where did you download it from?

    If theme options can define those colors, why you already have defined that on the css as important?

    You must take a look at the code and see which definition is last or if there′s some other class definig that color.

    For example, even you have a{color !important}, if there′s something else like .main p a{color!important}, that last rule will apply to that particular tag.

    Thread Starter rlichtenstein

    (@rlichtenstein)

    esmi, the theme is Builder from orange-idea. I have also posted this question in their support forum but they tend to be a little slow to respond, so I’m asking here as well.

    _rg_, I am somewhat new to CSS and WordPress, and I was really just trying anything I could think of that might make a difference. The exact text I get when I do inspect element is:

    media=”all”
    a {
    color: #555555;
    text-decoration: none;
    }

    No classes or ID’s as far as I can see.

    I’m sorry but as you appear to be using a commercial theme, you need to seek support from the theme’s developer/vendor. We do not support commercial products here.

    And please do not post duplicate topics. They will be (and have been) deleted on sight.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Link text color not working’ is closed to new replies.