Tagged: x
-
AuthorPosts
-
May 30, 2016 at 9:31 pm #1017403
alockettjrParticipantI have a widget area in the first section on my page and I am showing recent posts here.
I can change opacity etc just not the background color.
I do not want a white background color, please tell me how I can change this?My URL is swiftcosmonaut.com
May 30, 2016 at 10:43 pm #1017451
John EzraMemberHi there,
Thanks for writing in! You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.
.page-id-68 #x-section-1 .widget ul li, .widget ol li { background-color: transparent; }Hope this helps – thanks!
May 30, 2016 at 11:00 pm #1017463
alockettjrParticipantThanks! Almost, it still has a border, but if I do a boder: none it doesn’t work. There is still top white border
May 30, 2016 at 11:07 pm #1017468
alockettjrParticipantIm also trying to change the font color of the title with no luck
got it
May 31, 2016 at 1:28 am #1017598
LelyModeratorHi There,
To remove the top white border, please use the following CSS:
.home ul.rpwe-ul { border: none; }For the color, I can see that you have figured this out with the following CSS:
.rpwe-block h3 a:hover { color: #314da6; } .rpwe-block h3 a { color: white; }Hope this helps.
May 31, 2016 at 6:43 am #1017945
alockettjrParticipantIt did thanks!
May 31, 2016 at 7:08 am #1017980
LelyModeratorYou’re welcome!
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1017403 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
