Change color box-content and back-to-top

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1160
    olivier
    Participant

    Hi,
    I wanted to change the main color of the theme and some classes didn’t change.
    For example, .box-container and .evision-back-to-top are still in the default color #028484.
    Do you know how change these color ?

    #1161
    Anonymous
    Inactive

    Hello olivier,

    We need to change it in the theme code for background color. We will update it as soon as possible.
    So, for the quick work, please paste the following simple CSS code to change the “box-container” and “back-to-top section” background color. Please, go to Admin Dashboard > Appearance > Customize > Theme Options > Custom CSS

    .box-container .box-inner:hover .box-content,
    .box-container .box-inner:focus .box-content,
    .box-container .box-inner:active .box-content,
    .wrap-team .box-content-text, .wrap-team .box-content-text:visited{
    background-color: #028484; /* desire background color*/
    }

    .evision-back-to-top {
    background: #028484; /* desire background color*/
    }

    .evision-back-to-top:before{
    background: #016161; /* desire hover background color*/
    }

    Thanks,
    eVision Themes
    Support Team

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.