Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1206724

    Hey team, I was wonder if someone could help me figure out how to change the color of the text from the Blog Posts Element on one specific page.

    As you can see the title is black and body text dark grey. I want all text from this element to be white on this page only.

    Can you help, please?

    #1206725

    Also, is it possible to disable the link hover over on the image? I do not want it to link to the original post. Thanks

    #1206911

    Hi apremierdj,

    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

    
    #top.page-id-64593 p,
    #top.page-id-64593 b {
      color: #fff;
    }
    #top.page-id-64593 .big-preview.single-big {
      pointer-events: none;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1206914

    Thanks, the hover-over link worked but the color change did not. No change was made to the body or title color

    #1207160

    Hi,
    Please try this code in the WordPress > Customize > Additional CSS field:

    #top.page-id-64593 p,
    #top.page-id-64593 b,
    #top.page-id-64593 a{
      color: #fff !important; 
    }

    After applying the css, Please clear your browser cache and check.

    Best regards,
    Mike

    #1207168

    Perfect! Thank you so much!

    #1207201

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

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Blog Posts Element Color’ is closed to new replies.