Okay
  Public Ticket #1495901
Change text color of "continue reading" link
Closed

Comments

  • digitalanders started the conversation

    Hi,

    I'd like to change the color of the "Continue Reading" link on my blog page at:  https://www.multivision-hamburg.de/news/ 

    Somehow the color is the same as the background. 

    Thanks for support.

    Martin




  •  8,443
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .post-area.standard-minimal article.post .more-link span {
        color: #ff1053 !important;
    }

    Thanks


    ThemeNectar Support Team 

  • digitalanders replied

    Thanks for the quick answer. It works great! 

    I also would like to translate "continue reading"  into Germany. I noticed it's not written in the .po file of the theme. Is there a way to translate it? 

    And one more little css problem to fix: The text in the search box is black. Can you please provide me the correct css code for changing the text color? 

    Thank you so much for support! 

    Best Martin

  •  8,443
    Tahir replied

    Hey Again,

    Try using this Plugin : https://wordpress.org/plugins/say-what/ . 

    In The "Text Domain" field write "salient" without quotes . If you are trying to change woocommerce words  add "woocommerce" in "Text domain" . The fields are case-sensitive .



    Thanks 


    ThemeNectar Support Team 

  •  8,443
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    body[data-form-style="minimal"] .minimal-form-input.has-text input {
        color: #fff !important;
    }

    Thanks


    ThemeNectar Support Team