Home Forums WoodMart support forum color problem

color problem

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #433273

    gvangvaloo
    Participant

    hwo change here color ? plz see image

    Attachments:
    You must be logged in to view attached files.
    #433295

    Luke Nielsen
    Keymaster

    Hello,

    Here is a code for changing the color of the current pagination item, paste it into the “Global Custom CSS” area in Theme Settings -> Custom CSS.

    nav[class*="-pagination"] li .current {
        background-color: green;
    }

    This one is for changing the background of the counter, enter it into the “Mobile CSS” area in Theme Settings -> Custom CSS.

    .wd-toolbar .wd-tools-element .wd-tools-count {
        background-color: rgb(189,189,233);
    }

    Kind Regards

    #433314

    gvangvaloo
    Participant

    thanks .. allso have one qustion hwo i change info here?

    Attachments:
    You must be logged in to view attached files.
    #433353

    Luke Nielsen
    Keymaster

    Hello,

    It’s a popular requests that can be adjusted via Theme Settings -> General -> Search -> Full screen search.

    https://monosnap.com/file/HTT4WPWg0axCCN6QZtYCFojRMyCRgn

    In the meantime, feel free to ask me any questions you may have.

    Kind Regards

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