Home Forums Pro Themes Blog Diary Pro Hide author and category on Blog / Archive

Viewing 5 posts - 16 through 20 (of 20 total)
  • Author
    Posts
  • #143944
    bjbundy
    Participant

    It’s accessible now.

    #144165
    bjbundy
    Participant

    Hi Psink

    May I remind you on my last two questions, please (see also above).

    A) Is it possible to change the colours of the categories and the „more“ Button also in the Blog/Archive site?

    B) Q3: In the Footer of my site I included a register/login widget for the website (“Community”). Unfortunately the link colour doesn’t work the way it should.

    1) Under the avatar the links are red, which is maybe because this is my chosen link colour on the whole website. But it would be great, if the colour could be white like all the other links in the Footer.

    Unfortunately the code you gave me for this issue (see also above) isn’t working.

    Looking forward hearing from you! Thank you very much!

    #144360
    Psink
    Keymaster

    Hello Bjbundy

    Do you want all button to be the same -( home page, archive page )

    Regarding the footer is it a hover color? I guess you want hover color to be the same all over the site

    Regards,
    Psink

    #144377
    bjbundy
    Participant

    Hi Psink

    Yes, that would be the best to have all buttons the same on the whole website.

    No, the footer problem is not a hoover color. It’s a “normal” link. As you may see, all my website’s links are red. Only in the footer they are all white, except for that one widget for the registration.

    Best regards
    BJBundy

    #144461
    Psink
    Keymaster

    Hello Bjbundy

    Please add this CSS for the Button color and Button Hover Color – Please adjust the color as per your need

    
    a.btn {
        border: 2px solid #000 !important;
        color: white !important;
        border-radius: 20px;
        background: #8400ff !important;
    }
    
    a.btn:hover {
        border: 2px solid #000 !important;
        color: white !important;
        background: black !important;
    }
    

    This for the footer links

    
    .site-info span a:hover {
        color: #880000 !important;
    }
    

    Regards
    Psink

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