Your next review

This topic contains 4 replies, has 3 voices, and was last updated by  Paolo 8 years, 6 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #59529

    vongro
    Expired Member
    Post count: 47

    Hi, How can I change the background color of “your next review” widget? I searched with chrome developer tools but I cant find the css line to modify.

    Thanks!

    my website: vong.ro

    #59539

    urbanfix
    Expired Member
    Post count: 310

    Hi, not a developer but try;

    
    
    .whoop-next-content {
        background: #C1BFB4;
        border: 1px solid #000;
    }
    .whoop-next-content:before {
        border-right-color: #000000;
    }
    .whoop-next-content:after {
        border-right-color: #000000;
    }

    If that doesnt work you could try adding the !important; tag to each element e.g,

    
    
    .whoop-next-content {
        background: #C1BFB4 !important;
        border: 1px solid #000 !important;
    }

    Hope that helps!

    #59541

    urbanfix
    Expired Member
    Post count: 310

    For the little buttons you can try:
    `.whoop-rev-next-nav li {
    background-color: #000000;
    }’

    #59553

    vongro
    Expired Member
    Post count: 47

    it worked, thanks a lot!

    #59559

    Paolo
    Site Admin
    Post count: 31206

    Thanks UF 🙂

Viewing 5 posts - 1 through 5 (of 5 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket