Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #339296
    HansH
    Participant

    Hello Team,

    Our staging website is staging.toerfietsleusden.nl.

    Problem is the color of the login/logout (I think it is a button). Whatever I try to change: color of text doesn’t change into the blue menu color.
    In the website toerfietsleusden.nl all is fine.

    Can someone help me to change the color of login/logout?

    Kind regards

    Hans Hagmeijer

     

    #339298
    sujeet
    Keymaster

    Hello Hans,

    You have set link color as black which is causing issue.
    Please add the following css code to Dashboard -> Appearance -> Editor -> Styles -> Additional Css.

    
    .logged-out.wp-block-loginout a {
       color: #0018c0;
    }
    

    Regards,
    Sujeet

    #339304
    HansH
    Participant

    Hello sunset,

     

    Than k you for answering,

    I did add this in additional css, but it has no effect. Now the link color when hovering is ok, but without hovering, letters are still black.

    In the original site, I can find additi0nal css concerning this problem..home .wp-block-loginout a {
    color: var(–wp–preset–color–color-light);

    }

    However: copy paste also doesn’t Gove a solution.

     

    Kind regards

    Hans Hagmeijer

     

    #339307
    HansH
    Participant

    Hello Sujeet

    sorry for writing your name wrong. It was the controller who did this. I will pay more attention on it,

    I think I solved the problem, don’t know how exactly. I deactivated the plugin login/logout and reinstalled it.

    I used the css as I wrote above here and changed the link colors a bit.

    Kind regards

    Hans Hagmeijer

    #339310
    sujeet
    Keymaster

    Hello Hans,

    Glad to know that. Feel free to reach out anytime if you encounter any other issues.

    Regards,
    Sujeet

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.