I want to change the color of the theme stylesheet to a lighter pink

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by v4sb, Jan 27, 2015.

  1. v4sb

    v4sb Member

    Joined:
    Mar 14, 2013
    Messages:
    341
    Likes Received:
    0
    The stylesheet color of pink is too bright and I would like to change to a light pink. So anywhere that the bright pink is, I would like for it to be a light pink. Is there custom CSS that I can add to change all of that pink in the pink stylesheet to a different color? Thank you.
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi,

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

    Code:
    .top_cartinfo {
    background: pink;
    }
    .footer_wrapper {
    background: pink;
    border-bottom: pink;
    border-top: pink;
    }
    .footer_bottom {
    border-top: 1px solid pink;
    background: rgb(176, 122, 131);
    }
    Thanks,
    Praveen
     

Share This Page