Read More Button Color

Hi,

how do I get the brown color and the oblique line removed from the "Read More" button? https://pasteboard.co/JZqqKyh.jpg

Website: http://pixelway.de/projekt-chirurgie/


Thanks

Comments

  • Hello,

    To remove the lines, please, use the following CSS code:

    .trailer_box .desc .subtitle{
       background-image: none!important;
    }
    

    To change the color, please, go to Betheme -> Theme options -> Colors -> Shortcodes, and choose your color for the Trailer Box Subtitle background.

    Thanks

Sign In or Register to comment.