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 » Elite Pro Theme

sections for CSS and center copyright, and change link color?

(4 posts)
  1. timlayton
    Member

    Member
    Joined: Aug 2012
    Posts: 26

    Can you list the sections of the theme that can be controlled by the custom CSS styling options?

    I specifically need to center the footer copyright text and the following CSS worked on one of the other themes, but not this one.

    .footer-bottom .copyright {
    text-align: center;
    }

    I also want to change the link color for text on the full width pages.

    The following CSS worked on the golden oak theme, but not for this one.

    .fullwidth p a{
    color:#08298A;
    }

    Thanks,

    Tim

    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-wrapper .bottom-footer{
    text-align:center;
    }

    2.For your second issue

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

    .fullwidth a{
    color:#08298A;
    }

    If the code for second issue is not worked then share the link of your website.

    Thanks.

    Posted 9 months ago #
  3. timlayton
    Member

    Member
    Joined: Aug 2012
    Posts: 26

    This was helpful, but the 4 Footer Widgets stayed the same color. How do I change the link and hover colors for the footer area widgets?

    Posted 9 months ago #
  4. Nitesh
    Support Staff

    Support Staff
    Joined: Dec 2011
    Posts: 1,888

    Please share link of your website.

    Thanks.

    Posted 9 months ago #

RSS feed for this topic

Reply

You must log in to post.