Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1127667
    thomas19007
    Participant

    Hi,

    I would like to change the color and shape of the buttons on my website http://www.watchisthis.com
    I have changed them in the settings, but they still stay red. Can you please tell me what to do so that I can change the color? Many thanks in advance and have a great day!

    With kind regards,

    Martin

    #1127792
    Prasant Rai
    Moderator

    Hello Martin,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    .pagination a:hover, .pagination span.current {color: #ddd !important;border-color: #000 !important;}

    Thanks.

    #1130346
    thomas19007
    Participant

    Hi,

    Thanks for your answer, but it doesn’t seem to work, it all stays red. I added the color-codes of the colors I need it to become, but no effect: .pagination a:hover, .pagination span.current {color: #3398CB !important;border-color: #3398CB !important;}

    Why do I need to change this in code by the way? I bought X the Theme because I am not that knowledgeable with code, and with all the previous themes I installed and used on various websites I could simply change the colors in the menu.

    Many thanks in advance and have a great day!

    All the best,

    Martin

    #1130508
    Christopher
    Moderator

    Hi there,

    Please update previous code to :

    ul.center-list.center-text .current, ul.center-list.center-text li:hover a {
        border-color: #000;
        color: #000;
    }

    Hope it helps.

    #1134199
    thomas19007
    Participant

    Hi Christopher,

    Thanks for your help. Unfortunately neither of the two codes changes the color of the social media logo’s, bread crumbs or page number boxes. Is there another way to do this?

    Many thanks in advance!

    Kind regards,

    Martin

    #1134732
    Paul R
    Moderator

    Hi Martin,

    You can try this code instead.

    
    /* pagination current state color */
    body .x-pagination span.current {
         color:blue !important;
         border-color:blue !important;
    }
    
    /* footer social media color */
    body .x-colophon.bottom .x-social-global a {
         color:blue !important;
    }
    

    If those doesn’t work please provide us your wordpress admin login in private reply so we can take a closer look.

    #1137262
    thomas19007
    Participant

    Hi Paul,

    Thanks for getting into this conversation. I realized that although they look like buttons, they are in essence just links, so I googled on that and came across this post https://community.theme.co/forums/topic/how-to-change-link-color-and-shop-layout/ I never scrolled this far down in typography but it was there and it worked! Thanks again for your efforts and have a great day!

    All the best,

    Martin

    #1137401
    Nabeel A
    Moderator

    Glad we could help!

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1127667 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>