Beacon theme
-
Hi there,
i was wondering if its possible to;
-change the size of the header (make it larger)
– make the logo size bigger
-CSS to be able to move title and logo left or right
-make title size smaller just on phones, as the lettering get cut off.
-change the colour of the header (the dark grey/blue) (cant seem to find the option on the customize section)
-remove the two coloured lines on either side of the header image
-is it possible to make the footer a different colour to rest of website page
-round off pictures on homepage for each post icon instead of them being square.
sorry there are a lot of requests, but any help would be greatly appreciated!
Thank you,
Preeya
The blog I need help with is: (visible only to logged in users)
-
Hi Preeya, I see a lot of CSS related to the header area in your custom CSS right now. Have you gotten things where you want them with that CSS?
-
hi
on the category tab in the header, when you hover over it the text is invisible, is there a CSS to change the colour of this text?
-
Hi, add the following to your custom CSS and adjust the color as desired.
.masthead .menu li ul li a, .masthead .menu li ul li a:visited { color: #000 !important; } -
Thank you,
is it possible to make the text white and the drop down menu padding black, but also to be able to adjust the paddings opacity?
thanks,
Preeya
-
-
-
hi again, is it possible to add a grey rectangle background behind each category on the home page? So the post with the description and the 4 thumbnails below would be on top of a grey backing which is then on top of the beige background.
Thanks
-
I see 5, one large and 4 smaller posts under 3 different sections, Familiar Faces, and Behind the Brand. Do you want a grey background behind each of those? If so, try this.
.summary-category { background: #bbb; padding: 20px 20px 0; box-sizing: border-box; margin-bottom: 40px; border-radius: 10px; }If you are talking about something else, let me know.
-
worked perfectly, thank you!
would it be possible to change the colour of the text on the the 4 smaller posts to white, and maybe slightly larger.
Thanks
-
Is it anyway possible to make the feature image and header static, so when you scroll the rest of the website scrolls over it?
Preeya
-
Preeya, to make the text in the category summary sections white, add the following to your custom CSS.
.summary-main .entry-title .dark { color: #fff; } -
thanks it worked great
on the main page is there a way of reducing the white box on the large features so the picture and white text box are aligned
thank you
-
Are you talking about on Familiar Faces? What is making that one longer than the others is the amount of text in it vs. the other two since the images are all the same size.
- The topic ‘Beacon theme’ is closed to new replies.