-
AuthorPosts
-
September 23, 2017 at 3:43 pm #855816
Thanks to this forum, I have figured out how to change the font color for the icon list. However, the change I made does not affect the color of the bulleted lists. Please advise how to do this. You can see this issue on my home page at charitymaster.com
Also, I want to be able to insert a black horizontal line that goes the width of the page template. Right now I have inserted a Separator / Whitespace element but you can barely see the line. How do I make this line black just on this page?September 23, 2017 at 7:58 pm #855889Hey awjensen,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.page-id-1431 .hr-inner { border-color: #000; border-top-width: 2px; //make it thicker if you need }
If you need further assistance please let us know.
Best regards,
VictoriaSeptember 23, 2017 at 10:50 pm #855928I asked two questions. You only answered the second. Please revisit.
September 24, 2017 at 4:05 pm #856069Hi awjensen,
The answer to the second is in the private box:
As for the icon list content with bullets, the rules are applied from quick css and you can find them there and change.Best regards,
VictoriaSeptember 24, 2017 at 5:04 pm #856090I must be stupid. I see the code in quick css to change the color of the content. However this code only changes the color of the main content – not the text in the bulleted list. Please look at the text on the home page on the right under “Affordable.” The color of the line beginning “Full-featured” is correct and was set by the following code in quick css:
.iconlist_content p {
color: #737273!important;
}
Now look at the next line: the text is a DIFFERENT color. How do I fix this?September 24, 2017 at 5:58 pm #856146Hi,
Try this code in the General Styling > Quick CSS field:.iconlist_content ul {color: #737273!important;}
Best regards,
MikeSeptember 24, 2017 at 6:02 pm #856148FINALLY! Thanks Mike
September 24, 2017 at 6:05 pm #856150 -
AuthorPosts
- The topic ‘Styling issues’ is closed to new replies.