change color

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by maes39, Feb 10, 2014.

  1. maes39

    maes39 Member

    Joined:
    Jul 2, 2013
    Messages:
    123
    Likes Received:
    2
    Can you help me with the code to change the color on the products page.
    On the page you will see in yellow the number of articles in the group.

    Can i change the yellow color??
     

    Attached Files:

  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    mark {
    background: red;
    } 
    In place "red" you can put your color or color code.
    This will solve your issue.
     

Share This Page