A couple of questions
- The topic ‘A couple of questions’ is closed to new replies.
Need help? Check out our Support site, then
Hello!
1. Is there a way to make the title of the blog post go on top of the picture on the main page instead of underneath? And can the title be centered?
2. Can the menu at the top of the home page be centered?
3. Is it possible to change the color of the footer?
The blog I need help with is: (visible only to logged in users)
Hi,
1. This can be done only by modifying the theme files. I see you can upload themes & plugins, so please make a child theme and modify it. Here is a guide to use a child theme to modify a theme:
https://gretathemes.com/docs/customize-wordpress-with-child-theme/
2. Unfortunately, no. Because the menu and social buttons are on each side of the top bar, making the menu center will make the social buttons look weird.
3. Yes, it’s possible. Please go to Customize > CSS and add the following CSS:
.site-footer { background: #333; }
Change “#333” to the color you want.
Hello,
I was looking for a way to change the site footer color and found your post. I added the CSS to the customizer and published, however my footer is still black. Do I need to change something:
.site-footer {
background: #082574;
}
Please ignore my comment. I used the customizer and that seems to work fine.
Thanks.