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

    Hi, When I first started using Enfold I had to change the logo area to text which was done by your customer support for Enfold. I also changed the color of the text at that time. I now want to adjust the color of the TEXT in the LOGO area from green to orange but no matter what I do nothing works. I have tried to change the color by going into the GENERAL STYLING – LOGO AREA but nothing effects the text color, then tried going into Dashboard under Typography but again nothing effect the LOGO TEXT and finally I tried to adjust the color by going into the Editor under APPEARANCE Style.css but again nothing works see code below. Any suggestions?

    .logo img { display: none !important; }

    .logo, .logo a {
    overflow: visible;
    height: auto !important;
    width: auto !important;
    color: orange !important;
    }
    .subtext > div {
    line-height:18px;
    }
    .subtext .second-line{
    font-size: 16px;
    position:relative;
    left:40px;
    color: orange !important;

    #500839

    Hi Renvato2,

    It looks orange on my end, I’m guessing you got it fixed?

    Thanks,
    Rikard

    #501151

    Hi, I am still unable to get the Main larger text in the LOGO area to turn orange? I know in the past that the 2 lines of text in the
    LOGO area seem to not respond at the same time as if they are completely separate and not part of the LOGO area?
    (Beautiful Natural Alternative & Green is still showing up as green on my screen)

    #501438

    Hi,

    Please try the following in Quick CSS:

    .subtext .first-line {
        color: orange !important;
    }

    Thanks,
    Rikard

    #501849

    Thanks Rikard, that worked

    Russ

    #501976

    Hi,

    Great, glad we could help :-)

    Cheers!
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Changing Color of Logo Area’ is closed to new replies.