Okay
  Public Ticket #1610249
Recent Post Module displays differently on home page.
Closed

Comments

  •  1
    Denise started the conversation

    The Recent Blog Posts module on the home page shows the post titles as blue (links), but the same module (same settings as far as I can tell) shows them as black (links) on the Patient Resources page <ttps://75.103.78.238>. The module displays just above the footer on both pages. I created a test page from scratch, implementing the module and the links are also black on that page <https://75.103.78.238/test-2/>. Let me know what you figure out. 

    Thanks!

  •  9,006
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .blog-recent .col .post-header a, .blog-recent .col .post-header h3 a:hover {
        color: #29abe2;
    }

    Thanks


    ThemeNectar Support Team 

  •  1
    Denise replied

    Thanks, Tahir. And hello again. :)

    Will do. No problem. I could have written this css. I was mostly curious to find out why it would look one way on the home page and a different way throughout the site.  And the fix css is much appreciated. 

  •  9,006
    Tahir replied

    Its using the inherit css attribute on the other pages therefore showing it black . 

    Best


    ThemeNectar Support Team 

  •  1
    Denise replied

    Hmmm, ok, but then why was it blue on the home page?