Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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?

    #855889

    Hey 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,
    Victoria

    #855928

    I asked two questions. You only answered the second. Please revisit.

    #856069

    Hi 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,
    Victoria

    #856090

    I 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?

    #856146

    Hi,
    Try this code in the General Styling > Quick CSS field:

    .iconlist_content ul {color: #737273!important;}

    Best regards,
    Mike

    #856148

    FINALLY! Thanks Mike

    #856150

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Styling issues’ is closed to new replies.