About change label color - by Salih GÜLER

This topic has 6 replies, 2 voices, and was last updated 4 years, 11 months ago ago by Rose Tyler

  • Avatar: Salih_GULER
    Salih GÜLER
    Participant
    May 21, 2019 at 21:35

    Hey
    How do I change color label ( sale – hot- new )

    5 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 22, 2019 at 07:21

    Hello,

    You can use custom CSS code to change colors of these labels – http://prntscr.com/nrq0w0
    Add this code in Theme Options > Custom CSS > Global code:

    .menu-label-hot > a .label-text {
        background-color:  green;
    }
    .menu-label-hot > a .label-text:before {
        border-right-color:  green;
    }
    
    .menu-label-sale > a .label-text {
        background-color:  transparent;
        color: red;
    }
    .menu-label-sale > a .label-text:before {
        border-right-color: transparent;
    }
    
    .menu-label-new > a .label-text {
        background-color: pink;
    }
    .menu-label-new > a .label-text:before{
        border-right-color: pink;
    }

    http://prntscr.com/nrq25b

    Regards

    Avatar: Salih_GULER
    Salih GÜLER
    Participant
    May 23, 2019 at 23:33

    https://prnt.sc/nskkut

    label font color red

    how can i change?
    ı try from theme options but not working

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 24, 2019 at 07:23

    Hello,

    Please use CSS code like color: red; http://prntscr.com/nso2bo
    https://www.w3schools.com/css/css_colors.asp
    If this doesn’t work for you, provide URL and temporary wp-admin access.

    Regards

    Avatar: Salih_GULER
    Salih GÜLER
    Participant
    May 25, 2019 at 22:58

    Yes it’s okay
    Thank you

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 26, 2019 at 08:01

    Hello,

    You’re welcome!
    Would you mind to rate our product: https://prnt.sc/d256m6 https://themeforest.net/downloads
    That would be much appreciated ?

    Regards

  • Viewing 6 results - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.