Tagged: x
-
AuthorPosts
-
October 6, 2016 at 5:09 am #1204890
onefoursixParticipantre: http://www.146test2.co.uk/beerg/blog
As you will see the right hand bar titles of the blog are white and need to be black. Also the blog previous text is black on a black background. Can we change to white text here please?
October 6, 2016 at 7:32 am #1205007
Paul RModeratorHi,
You can add this under Custom > Edit Global CSS in the Customizer.
.blog .entry-header, .blog .entry-content { color: #fff; } .x-sidebar .h-widget { color: #000; }Hope that helps.
October 6, 2016 at 7:43 am #1205014
onefoursixParticipantThank you.
1 – The titles need doing as well though. They are currently black on a black background
2 – When you open a blog post it is black on black againOctober 6, 2016 at 10:18 am #1205178
JoaoModeratorHi There,
1- Add the following code to Appereance > customizer > Custom > CSS
h2 .entry-title { color: white !important; }2-
.entry-wrap { background-color: white !important; border-radius: 4px; box-shadow: none; border: 2px solid; } .comment-form-author input, .comment-form-comment textarea { background: white; }Hope that helps
Joao
October 10, 2016 at 3:35 am #1209565
onefoursixParticipantThanks for this. A couple of minor ones please:
– I need the search bar to have white text rather than grey
– The read more button I would like showing with a black background and red on hover
– when you go into a blog, i need the “login to reply” link to show redThanks
October 10, 2016 at 4:14 am #1209622
ChristopherModeratorHi there,
Please add following code in Customize -> Custom -> Global CSS :
input#s { color: #fff; } ::-webkit-input-placeholder { color: #fff; } :-moz-placeholder { /* Firefox 18- */ color: #fff; } ::-moz-placeholder { /* Firefox 19+ */ color: #fff; } :-ms-input-placeholder { color: #fff; } a.more-link { background-color: #000; padding: 10px; }#3 Please change link color from Customize -> Typography -> Site links.
Hope it helps.
October 11, 2016 at 5:12 am #1211222
onefoursixParticipantRegarding – point 3 – i only wanted that bit changed. If i change it in the customeriser it changes it site wide
October 11, 2016 at 7:32 am #1211350
ThaiModeratorHi There,
Please add the following CSS:
p.must-log-in a { color: #f00; }Hope it helps 🙂
October 11, 2016 at 11:09 am #1211653
onefoursixParticipantFab thanks.
Some of the things we have done have thrown out the text colour on a different page though.
see – http://146test2.co.uk/beerg/events/
The blog posts on there symbolising the events are in white on a white background
October 11, 2016 at 1:14 pm #1211848
RupokMemberHi there,
Let’s find and remove the below code as it’s causing this :
.h-recent-posts, .x-recent-posts-date { color: white !important; }Cheers!
October 12, 2016 at 3:50 am #1212644
onefoursixParticipantThank you thats great. On the main blog section, when you hover on a blog link it turns white. Can we have that as red please?
October 12, 2016 at 9:52 am #1213020
JoaoModeratorHi There,
Please add the following code to Appereance > Customizer > Custom > CSS
.x-recent-posts .x-recent-posts-img:after { background-color: red; }Hope it helps
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1204890 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
