Change Overlay Color Featured Row

Support Area Forums Bottega Change Overlay Color Featured Row

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question:
  • Author
    Posts
  • #31405
    Robyn Sealock
    Participant

    Looking great – soooo happy with this theme – one Hopefully last question – on the small boxes can I change the color of black on the overlay on the boxes on the bottom?

    #31407
    Bill Robbins
    Moderator

    It is possible to change the color of the overlays there. Here’s how:

    1. Go to your theme options page and choose the Advanced tab.
    2. Scroll down to the Custom CSS box and add this:
      
      .boxgrid h4 {
      	color: #fff;
      }
      		
      .boxcaption {
      	background: rgba(0, 0, 0, 0.8);
      }
      

      The #fff is the color of the text and the rgba(0, 0, 0, 0.8) is the background color. If you need help with RGBA colors, there is a color tool at http://www.css3maker.com/css-3-rgba.html you can use.

    3. Update your settings.

    Hope that helps out,
    Bill

    #31408
    Robyn Sealock
    Participant

    Thank you so much – that worked perfectly. My site is looking amazing.

    Sharon

    #31409
    Bill Robbins
    Moderator

    Glad to hear that helped out Sharon 🙂

    Have a fantastic weekend!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change Overlay Color Featured Row’ is closed to new replies.