Story box change underline color

Hello,

could you please help me how to change the color of the little underline below the headline of storybox? I read in the forum that you have to write some css. Here is the link to the page


dr-hoeschle.de (login data was sent thru the message box of Envato).


Thank you!

Comments

  • Hello,

    You have to write a Custom CSS Code if you want to change the underline only for Story Box because you can change the color for it and some other items in Betheme -> Theme options -> Colors -> Content.

    But if you want to change this line only for Story Boxes, please, use the following CSS Code:

    .story_box .desc_wrapper .hr_color{
       background: red!important;
    }
    

    Thanks

  • great, this worked, thank you!

Sign In or Register to comment.