Okay
  Public Ticket #750018
Page Header text readabiliy
Closed

Comments

  • Nathan started the conversation

    Hi There, 

    I was wondering if there is a way to add a semi transparent gray box with rounded edges behind the text in the page headers?

    The particular page i've sent isn't that hard to read, but i have a heap of other pages where the image and text clash and i cannot find a good text colour. 

    Where would i make this CSS change? And are you able to assist with what code would fit best there.

    Thanks.

    Nathan

  •  9,101
    Tahir replied

    Hey ,
    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    #page-header-wrap .inner-wrap {
        background-color: rgba(0, 0, 0, 0.55) !important;
        display: inline-block;
        padding: 10px;
    }
    

    Best.


    ThemeNectar Support Team