Change link (url) color

Discussion in 'Squirrel WordPress Theme' started by lmjwebdesign, Aug 29, 2014.

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

    lmjwebdesign New Member

    Joined:
    Apr 17, 2014
    Messages:
    21
    Likes Received:
    1
    Hi,

    I don't know how to change the link colors (and hover color) of some areas on my homepage.
    - "heading"
    - "two cols"
    - "fullwidth col"

    How to change de link color of the "slider" and "three cols" have I already found on this forum and works fine.

    Thanks a lot!
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Please provide us URL and the screen shot of home pages with marks which is to be change and also provide the link color as well as hover color.
    Thanks & Regards
    Pramod
     
  3. lmjwebdesign

    lmjwebdesign New Member

    Joined:
    Apr 17, 2014
    Messages:
    21
    Likes Received:
    1
    Hi Pramod,

    This is the URL of the home page (http://www.ccarduelis.nl/) plus a screenshot with marks.
    1 t/m 6, link color #27519f hover color #000000
    7 tekst color #27519f

    Thanks!
    Lysette
    link text color.jpg
     
  4. Yogesh

    Yogesh Guest

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

    1. To change color of links use following CSS in Custom CSS
    Code:
    .header-info h2 a,.slider-info a,.text-featute-one a,.feature-content .feature-item a,.index-fullwidth h3  {
    color: #27519f;
    }
    .header-info h2 a:hover , .slider-info a:hover , .text-featute-one a:hover , .feature-content .feature-item a:hover , .index-fullwidth h3 :hover {
    color: #000;
    }
    2. To see hover effect delete some code from custom.js file as shown below in screenshot.

    9sep8.png

    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  5. lmjwebdesign

    lmjwebdesign New Member

    Joined:
    Apr 17, 2014
    Messages:
    21
    Likes Received:
    1
Thread Status:
Not open for further replies.

Share This Page