-
AuthorPosts
-
May 21, 2015 at 3:23 pm #278915
Hi there,
I’m pretty new to WordPress and the x-theme, I have been trying to tweak my blog page.
I have a few questions:
1) There is a black line under my featured image, how do i get rid of that?
2) The shadow around the content area is above the content rather than below, how would I change that?
3) How do I change the background color of my text boxes in my blog?
4) Finally my tags for the blog are transparent apart from a black outline, how do I make them visible?
Thanks in advance, I appreciate the help!
Alex
May 21, 2015 at 3:25 pm #278916APOLOGIES LINK TO BLOG: http://alexanderjamesmiller.com/the-five-things-not-to-do-at-a-wedding/6854/
May 21, 2015 at 6:11 pm #279016Hello There,
Thanks for writing in!
1) To remove black-line underneath feature image, request you to kindly add Custom > CSS in the Customizer:
.has-post-thumbnail .entry-featured { border-bottom: transparent; }
2) Kindly share more information.
3) To change background color, kindly use following CSS under Custom > CSS in the Customizer:
.entry-wrap { background: #ddd !important; }
4) Inorder to change color of tags, kindly use following CSS under Custom > CSS in the Customizer:
.entry-footer a { color: #000; }
Hope that helps.
Thanks.
May 27, 2015 at 1:22 pm #283162Hi there,
Thanks for the response. All your help has sorted everything apart from just number 3).
Its actually just the text boxes I want to change the colour of not the whole page, when I put that custom css in it changes the whole background colour from white to grey. Id like to change the black text boxes to a grey colour instead.
Thanks for all your help in advance,
Alex
May 27, 2015 at 3:40 pm #283350Hello Alex,
Thanks for writing in!
Request you to try adding the following CSS under Custom > CSS in the Customizer:
input[type="text"], input[type="email"], textarea, select { background-color: #ddd !important; }
Note: Kindly change color code as per your requirement.
Hope that helps.
Thanks.
-
AuthorPosts