Change footer text and color

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by rinchere1979, Aug 14, 2014.

  1. rinchere1979

    rinchere1979 Member

    Joined:
    May 31, 2014
    Messages:
    36
    Likes Received:
    0
    Location:
    Miramar
    How can I change the color of the footer category text titles to blue. Also, how can I change the text in both the footer category titles and footer links area?
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Go to Appearance > Theme Options > Styling Options > Custom CSS
    And paste following code in Custom CSS and press Save All Changes button.
    Paste below code to change color of footer category text titles to blue.
    Code:
    .footer_wrapper .footer_widget h6 {
    color: blue;
    }
    
    Paste below code to change color of footer links area.
    Code:
    .footer_wrapper .footer_widget ul li a {
    color: your desired color;
    }
    
    This will solve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page