Okay
  Public Ticket #1657857
Add background to text on Single Large Featured Blog Entry
Closed

Comments

  • Mach started the conversation

    Hi Salient Team,

    Can you help me add a background to the (1) headline and (2) caption on this Single Large Featured Blog Entry.  See attached and URL for more details

    Thank you in advance!

    (Also, any tips for me to do this myself? I'm not familiar with all the CSS syntax and writing it correctly)


  •  8,999
    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):

    .nectar-recent-posts-single_featured .recent-post-container .excerpt,.nectar-recent-posts-single_featured h2 {
        background: rgba(0, 0, 0, 0.5) !important;
        padding: 10px !important;
    }

    Thanks


    ThemeNectar Support Team 

  • Mach replied

    Shweet! Works like a charm