textlinks on sub-pages

Discussion in 'One Page Pro WordPress Theme' started by rexmanaster, Dec 25, 2016.

Thread Status:
Not open for further replies.
  1. rexmanaster

    rexmanaster Member

    Joined:
    Feb 18, 2012
    Messages:
    180
    Likes Received:
    4
    how can i change the color and decoration of textlinks, hover, etc. on sub-pages?

    i've tried a number of logical things, but none works.

    thanks,
    rex
     
  2. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Can you share the link of the pages here?

    I will check and let you know the proper custom CSS codes for the same.

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     
  3. rexmanaster

    rexmanaster Member

    Joined:
    Feb 18, 2012
    Messages:
    180
    Likes Received:
    4
    Thanks. I await your reply.
     
  4. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Hello Rex,

    Would you please share the links of those pages and screenshots of the concerned areas, I will check and let you know.

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     
  5. rexmanaster

    rexmanaster Member

    Joined:
    Feb 18, 2012
    Messages:
    180
    Likes Received:
    4
    For example,please go to: http://manasterlaw.com/services/

    How do I change the colors (for link, visited, hover, and active) and the decoration, to underline, of the text links in a paragraph and in an unordered list.

    See screenshot attached. text link colors.jpg

    Nothing I've tried has worked, .post and .post_content with a and a:hover, etc....
     
  6. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    you need to paste the below custom CSS code in Dahshboard->Appearance->Customizer->Theme Settings->Custom settings->Custom CSS field.
    Code:
    .content-bar a {
        color: red;
    }
    .content-bar a:hover {
        color: blue;
    }
    .content-bar a:active {
        color: yellow;
    }
    
    .content-bar a:visited {
        color: green;
    }
    This will help you to figure it out and resolve the issue(s).

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     
  7. rexmanaster

    rexmanaster Member

    Joined:
    Feb 18, 2012
    Messages:
    180
    Likes Received:
    4
    excellent, thanks. i would have NEVER figured that out. :)
     
Thread Status:
Not open for further replies.

Share This Page