Tagged: bold text color, strong text color, Text Color
-
AuthorPosts
-
July 24, 2016 at 5:44 am #664278
Hi Guys
Hope you can help
In a colored section, I want to make the text, bold text, links &- (dot points) all off white (or another color. However I am having issues.
– I get the bold text the same color as the background (unless highlighted with mouse)
– the- dot points are normal text color
- <span style=”color: #f2f2f2;”>90 minutes for Upper Primary and Lower Secondary</span>
- <span style=”color: #f2f2f2;”>70 minutes for Lower Primary</span>
This is the text area code –
<span style=”color: #f2f2f2;”>Prices:</span>
- <span style=”color: #f2f2f2;”>Australian prices are from $5.50 to $6.00</span>
- <span style=”color: #f2f2f2;”>New Zealand prices are from $4.50</span>
- <span style=”color: #f2f2f2;”>England prices are £3.00 + VAT</span>
<span style=”text-decoration: underline; color: #f2f2f2;”>Activities</span>
<span style=”text-decoration: underline; color: #f2f2f2;”> Specific Values</span>This is a screen shot of what it looks like
https://www.dropbox.com/s/3aui2c1qp2yj14p/Screenshot%202016-07-24%2013.37.14.png?dl=0July 26, 2016 at 12:10 am #664966Hey Dave,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.avia_section a, .avia_section strong { color: inherit; }
Best regards,
YigitJuly 27, 2016 at 5:52 am #665607Hi Yigit
No, that didn’t work
Thanks anyway
DaveJuly 27, 2016 at 11:59 am #665666Hi,
Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
YigitJuly 27, 2016 at 2:44 pm #665771Hi Yigit
It is on my Local Host so I can’t give you a live look at it unless you want to share screens.I just noticed the screen shot has accidentally been moved so here is another link to a screen shot.
https://www.dropbox.com/s/k8xa65600iu2b6j/Screenshot%202016-07-27%2022.26.04.png?dl=0
So it is a Colour section. In that is several columns, in these columns is an Icon at the top & below is a Text Area. It is the look of Links, Strong (Bold) text and the ul dot points that allows the colour be changed and in the next it won’t.
The Bold Text in some cases as same colour as the background until you mouse over it & then it turns white.As you can see the code is the same for text areas yet they do not all reflect it in text view or when live.
Cheers Dave
July 30, 2016 at 2:12 am #666738Hi,
I’m sorry but you have to get back to us again once the site is live because we won’t be able to fix it unless we can inspect the elements. If you want to check it, this short article might help. http://kriesi.at/archives/wordpress-developers-your-complete-guide-to-conquering-css-in-2016
Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.