-
AuthorPosts
-
February 4, 2014 at 6:03 pm #11042
Mark SParticipantHey,
Just a quick couple of questions. I have tried to search for answers but haven’t been ale to find any though I may have missed it somewhere.
Just using the standard renew 8 theme at the moment.
1. How can I change the colour of the social icons in the [share] shortcode?
2. I can see in the customizer how to do background patterns and change the colour of the header but I was wondering how I could make a pattern extend through the header.
Thank you.
February 4, 2014 at 6:44 pm #11048
RubinKeymasterHey Mark,
you would need for both custom CSS since you would have to make the header transparent and the share color is by default the link color so if you want a different color you have to tell me the hex code and I can give you the custom css code you need. You can place all the custom css under Customizer > Custom > CSS.
February 4, 2014 at 7:14 pm #11065
Mark SParticipantOk great. the colour would be #00a4af
Thank you.
February 5, 2014 at 2:24 am #11159
KoryKeymasterHey Mark,
Here’s the CSS to alter the color of the icons for you:
.x-entry-share .x-share { color: #00a4af !important; } .x-entry-share .x-share:hover { background-color: #00a4af !important; }Thanks!
February 5, 2014 at 5:02 am #11185
Mark SParticipantThank you. That worked. What would the code be to turn the header transparent?
Thanks again.
February 5, 2014 at 5:33 am #11191
ChristianModeratorHey Mark,
You can set it under Customizer > Integrity (Renew or Icon) > Design Options. Check “Enable Navbar Transparency” and check also the option for Top Bar.
Hope that helps. 🙂
February 5, 2014 at 10:33 am #11315
Mark SParticipantIm on the renew stack and don’t appear to have that option. No worries.
I have one more question – didn’t want to start a new topic.
When using the custom headline I end up with a big gap between the top bar and the headline – is there a way to reduce this?


Thanks for your help.
February 5, 2014 at 1:00 pm #11376
RubinKeymasterHey Mark,
you can add a custom class named “mtn” to the headline this will reduce the margin-top to zero so the gap should be gone.
March 25, 2014 at 8:22 pm #26503
m cParticipant.x-entry-share .x-share {
color: #00a4af !important;
}.x-entry-share .x-share:hover {
background-color: #00a4af !important;
}The above code doesn’t work for me, does it need to go into css editor on customize or into functions.php?
regards
March 25, 2014 at 8:53 pm #26511
SupportMemberHi!
You need add those on Customizer > Custom > CSS field.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-11042 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
