Featured Content Title Background Box

  • Is it possible to change the color of the black box behind the text on the 1st section of featured content.

    Thanks,
    Cody

    The blog I need help with is: (visible only to logged in users)

  • Hi Cody,

    Sure, please use this custom CSS (replace #FF8200 with your own color):

    
    #featured-content .primary-section .entry-header .entry-title a, 
    #featured-content .primary-section .entry-header .byline {
      background-color: #FF8200;
      -webkit-box-shadow: 7px 0 0 #FF8200, -7px 0 0 #FF8200;
      -moz-box-shadow: 7px 0 0 #FF8200, -7px 0 0 #FF8200;
      -ms-box-shadow: 7px 0 0 #FF8200, -7px 0 0 #FF8200;
      -o-box-shadow: 7px 0 0 #FF8200, -7px 0 0 #FF8200;
      box-shadow: 7px 0 0 #FF8200, -7px 0 0 #FF8200;
    }
    

    Let me know if you have any other questions.

    Thanks,
    Taras

  • The topic ‘Featured Content Title Background Box’ is closed to new replies.