Tagged: x
-
AuthorPosts
-
August 11, 2016 at 3:17 pm #1127667
thomas19007ParticipantHi,
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
August 11, 2016 at 5:11 pm #1127792
Prasant RaiModeratorHello 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.
August 13, 2016 at 8:51 pm #1130346
thomas19007ParticipantHi,
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
August 14, 2016 at 1:49 am #1130508
ChristopherModeratorHi 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.
August 16, 2016 at 4:12 pm #1134199
thomas19007ParticipantHi 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
August 17, 2016 at 12:38 am #1134732
Paul RModeratorHi 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.
August 18, 2016 at 1:35 pm #1137262
thomas19007ParticipantHi 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
August 18, 2016 at 3:05 pm #1137401
Nabeel AModeratorGlad we could help!
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1127667 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
