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

[closed]

Change hyperlink and right slider bar color

(6 posts)
  1. Itsallgeektome
    Member

    Member
    Joined: Mar 2012
    Posts: 3

    Hi!

    I am using the free version of ColorWay at http://americannationaldomains.com

    So far I have been able to make changes to most items via custom css but am still trying to change the hyperlink text colors, as well as that dark green bar that is next to the text on the slider.

    Help is appreciated!

    Posted 1 year ago #
  2. elames
    Pro Member

    Pro Member
    Joined: Jan 2012
    Posts: 282

    This will remove the dark green bar. Paste this in your custom styles.

    .slide .slide-content.entry {
    background:transparent;
    border-right:none;
    }

    Posted 1 year ago #
  3. Harmeet
    Support Staff

    Support Staff
    Joined: Dec 2011
    Posts: 1,794

    Put the following code in custom css

    Appearance -> theme options -> styling options -> custom css

    .slide .slide-content.entry {
    border-right: none;
    }

    It will remove the dark green bar.

    And please specify which hyperlink color do you want to change.

    Thanks.

    Posted 1 year ago #
  4. Itsallgeektome
    Member

    Member
    Joined: Mar 2012
    Posts: 3

    Thank you both for the replies! I actually want the opaque background, but the rest worked like a charm!

    As for hyperlinks, I would like the hover to be one color and all others (visited, active,etc..) to be another color.

    Thanks!

    Posted 1 year ago #
  5. krish
    Support Staff

    Support Staff
    Joined: Dec 2011
    Posts: 59

    Specify color for each action. like if you want to different color in different action, use like this:

    a:link {color:your color value;}      /* unvisited link */
    a:visited {color:your color value;}  /* visited link */
    a:hover {color:your color value;}  /* mouse over link */
    a:active {color:your color value;}  /* selected link */
    Posted 1 year ago #
  6. Itsallgeektome
    Member

    Member
    Joined: Mar 2012
    Posts: 3

    Brilliant, krish!

    Thank's so much!

    Posted 1 year ago #

RSS feed for this topic

Topic Closed

This topic has been closed to new replies.