Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2410566
customization
Closed

Comments

  •  1
    megm started the conversation

    I am trying to style the boxes in the three lower boxes to match the style of the boxes in the top slider. The elementor tool doesn't allow me to do that, but I also can't specify the element in order to make changes in CSS. Can you help?

  •  2,699
    PenciDesign replied

    Hi,

    Please try add more this code to Customize > Custom CSS to do that:

    ul.homepage-featured-boxes .penci-fea-in h4 span span{ background: transparent; border: 1px solid #fff; color: #fff; }
    

    Best Regards,

    PenciDesign

  •  1
    megm replied

    that has worked... thank you.

  •  1
    megm replied

    This has done the trick but... now i want a hover effect, I can't figure out where the a:hover should go in the css. I tried a couple of locations but it didn't work.

  •  2,699
    PenciDesign replied

    Hi,

    Please use:

    ul.homepage-featured-boxes .penci-fea-in:hover h4 span span{  }
    

    Best Regards,

    PenciDesign