Important Note


We have shifted our support forum with more advance feature, So if you are Pro buyer at InkThemes.com, Do ask all your support queries at http://www.inkthemes.com/community



InkThemes Support Forum » Colorway Theme

Customized menu for sidebars

(2 posts)
  1. fwongwl
    Member

    Member
    Joined: Dec 2011
    Posts: 2

    Hi,

    This is my website: http://bizstart.com.my/

    I'm using custom menus for all the sidebars (4 widget areas). Is it possible for me to customize the link color of the custom menu? I know how to change the links in widgets to white. But failed to customize the link color if a custom menu is used as widget. I want everything below the 4 feature contents, to be in white (text), with the container the current color.

    Thanks in advance.

    P/S: It would be helpful if I get to know how to change the headings to white as well. Thanks.

    Posted 9 months ago #
  2. Gourav
    Support Staff

    Support Staff
    Joined: Jun 2012
    Posts: 1,735

    1.For your first issue

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

    .footer-container a {
    color: white;
    }

    2.Go to the Js > Custom.js present in your theme directory and remove the code given below

    //Cufon replacement
    Cufon.replace('h1')('h2')('h3')('h4')('h5')('h6');

    Also sending image for reference

    Now,

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

    .footer-container h4{
    color:white;
    }
    Posted 9 months ago #

RSS feed for this topic

Reply

You must log in to post.