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;
Hi Renvato2,
It looks orange on my end, I’m guessing you got it fixed?
Thanks,
Rikard
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)
Hi,
Please try the following in Quick CSS:
.subtext .first-line {
color: orange !important;
}
Thanks,
Rikard
Thanks Rikard, that worked
Russ