change colors

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by maes39, Nov 10, 2013.

  1. maes39

    maes39 Member

    Joined:
    Jul 2, 2013
    Messages:
    123
    Likes Received:
    2
    Is it possible to change the titel color of every page??
    (i attached an picture with the title tsupporting_kleur_titel_1 of the title area i mean)

    On the shop is color of an article in the shop highlight with orange, is it possible to change this in an another color??
    (i attached an picture with the title tsupporting_kleur_shop_01 of the area i mean)

    My website is www.t-supporting.nl

    tsupporting_kleur_titel_1.jpg tsupporting_kleur_shop_1.jpg
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .page-title {
    color: red;
    }
    .content-bar .site-content ul.products li.product h6 a {
    color: red;
    }
    
    Inplace of "red" put your color code.
     
  3. maes39

    maes39 Member

    Joined:
    Jul 2, 2013
    Messages:
    123
    Likes Received:
    2
    Thanks, i've attached an new picture en is it also possible to change te color of the marked area on each picture??
     

    Attached Files:

  4. Piyush

    Piyush Support Staff

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

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .content-bar .site-content ul.products li#product_item:hover {
    box-shadow: 0 1px 8px green;
    -moz-box-shadow: 0 1px 8px green;
    -webkit-box-shadow: 0 1px 8px green;
    }
    ul.products li.product a:hover h3 {
    color: green;
    }
    
    In place of "green" you can put your color or color code.
    This will solve your issue.
     
  5. jordielindstrom

    jordielindstrom New Member

    Joined:
    Mar 2, 2012
    Messages:
    27
    Likes Received:
    0
    Hi, How do I change the default green for "sale" and "buy now" etc to whatever colour I want? Also the purple on "add to cart" thanks
     
  6. Piyush

    Piyush Support Staff

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

    It is not possible to change the color of "sale" and "buy now" because it is an image not a color, If you want to change its color then,
    Go to images directory present in your theme directory and replace your images with present images or edit it.
    You can your Photoshop or any other photo editing tool to edit the images.

    The name of image are
    1. "tag-sale-1.png"

    2. "frondbutton.png"

    Note:- Use same name for your edited image and remove the current image.


    See the link given below
    http://www.inkthemes.com/how-to-edit-internal-files-through-ftp/07/

    I hope this will help you.
     

Share This Page