Tagged: x
-
AuthorPosts
-
July 8, 2016 at 5:46 am #1077750
CatochenParticipantHi,
I have some problems here, and I found some solutions in the forum, but the code is not working for me.
here is what I want:
1.REMOVE FEATURED IMAGES FROM SEARCH RESULTS PAGE,.search-results .entry-featured{ display:none; }not working.
2.I’m using the Integrity stack. the sidebar menus are transparent and turn white when hovered over. I want to change the sidebar background to white,NO TEXT SHADOW. the same like this post:https://community.theme.co/forums/topic/integrity-sidebar-color/. but the code still not working for me.
3.Blog post tag background change to white.
4.”SEARCH RESULTS””TAG ARCHIVE” title subtitle font color change to #27ae60
Thanks for your help, have a nice weekend.
CatoJuly 8, 2016 at 8:05 am #1077855
JoaoModeratorHi Cato,
Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
Thanks
Joao
July 9, 2016 at 1:02 am #1078964
CatochenParticipantThis reply has been marked as private.July 9, 2016 at 3:49 am #1079082
Rue NelModeratorHello There,
Thanks for providing the screenshots:
1] The custom css is correct. It should work without any problems. I’d recommend that you clear your caching plugin, and disable it during development. This can cause Customizer changes to not take place on the front end. It will eventually show up when the cache regenerates, but it’s not ideal if you’re looking to see your changes immediately. Caching plugins are best to turn on only when you’ve finished building the site.
2] To change the background color of your sidebar, please add the following css code in the customizer, Appearance > Customize > Custom > CSS
.site .x-sidebar { background-color: #fff; padding: 20px !important; border-radius: 4px; }3] To change the color for the tags, you can make use of this code:
.site .entry-footer a { background-color: #fff; }4] And to change the landmark titles, please use this code:
.site .x-header-landmark { background-color: #fff; padding: 20px !important; border-radius: 4px; }You should have something like this:
July 9, 2016 at 4:13 am #1079105
RadModeratorHi there,
Additional findings : Any of your CSS will not work since there are existing CSS that isn’t properly closed.
.widget{ text-shadow:none; body .x-sidebar.right { border-radius:5px; background-color:#fff; padding:15px; }Should be like this,
.widget{ text-shadow:none; } body .x-sidebar.right { border-radius:5px; background-color:#fff; padding:15px; }Thanks!
July 9, 2016 at 9:47 am #1079336
CatochenParticipantThank you very much, Rue Nel and Rad, it is working now.
Thanks again.July 9, 2016 at 11:38 am #1079414
ThaiModeratorIf you need anything else please let us know.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1077750 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
