Before you ask please READ THIS

Link color bug with blog

in Thirteen Posts: 45
Hello, I have a little problem with a modification of link color for the blog. I have change the color for the link and link hover, and juste the link hover color is display on the blog.

And just a last question, how modify the color of rectangle "continue reading" ?


Thanks ! :)
Sans titre-1.jpg
1825 x 531 - 180K

Comments

  • AirAir
    Posts: 10,970
    Hello:-)

    Please show me link to your blog.
    Onypsis said:
    And just a last question, how modify the color of rectangle "continue reading" ?
    You can use such custom CSS(just modify it):

    .more-link{
    background-color: #fff;
    border: 1px solid #E1E1E1;
    color: #444;
    }
    .more-link:hover{
    background-color: #E67E22;
    border-color: transparent;
    color: #fff;
    }
    With kind regards.
  • edited May 2016 Posts: 45
    http://lucaskozak.com/blog/

    It's just for the links of content in blog, in a article if it's possible.


    Okay thanks :)
    Post edited by Onypsis on
  • AirAir
    Posts: 10,970
    Hello :-)

    I still can't see any link that wouldn't get desired color. Sorry, but could you mark it on screen shot? Thanks.

    With kind regards.

  • Posts: 45
    By example, on the article http://lucaskozak.com/gran-turismo-sport-retour-roi/ the link "site officiel" is blue with hiver link. I want just that all links in article will be blue to show that it's a link. :)

    Thanks
    Sans titre.jpg
    618 x 237 - 45K
  • AirAir
    Posts: 10,970
    I see you have setup links to be black by default. If you want to keep it like this, but have only blue links in article then use this custom CSS:

    .real-content a{
    color: #0099bc;
    }
    With kind regards.
  • Posts: 45
    Awesome, thank you very much!! :D
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion