Home › Forums › Pro Themes › Photo Perfect Pro › Blog Question & Background Question
Tagged: blog
- This topic has 25 replies, 2 voices, and was last updated 5 years, 4 months ago by wensolutions.
-
AuthorPosts
-
July 3, 2018 at 6:31 pm #74846Sabina ArayaParticipant
For the footer font size CSS Code provided:
div#footer-widgets {
font-size: 12px;
}does not change the font of the title of the widget entry. please provide CSS to also change the title font.
July 3, 2018 at 11:57 pm #74858wensolutionsKeymasterHello @emanimama,
To change the font size of the footer widget title use below given CSS.
.footer-widget-area h3.widget-title { font-size: 14px; }
You can change the size as per your requirement.
Hope this helps.
Best Regards!!
July 17, 2018 at 12:31 am #75674Sabina ArayaParticipantHow can I make the background color of the categories post transparent and center the photo?
July 17, 2018 at 12:34 am #75675Sabina ArayaParticipantHow can I make the background color of the primary sidebar widgets transparent?
July 17, 2018 at 2:08 am #75679wensolutionsKeymasterHello @emanimama,
To make the background transparent use below given CSS.
body { background-color: transparent; }
Hope this helps.
Regards!!
July 20, 2018 at 1:25 am #76048Sabina ArayaParticipantThe code:
body {
background-color: transparent;
}makes my entire site transparent a grey color, I don’t want to change the color of the entire website, I want to change the background color of the widget for the side bar, which currently has a what text box behind it.
July 20, 2018 at 1:47 am #76051wensolutionsKeymasterHello @emanimama,
Can you please provide the screenshot of the section that you wanted to change the color of?
Thank you.
July 11, 2019 at 6:11 pm #101697Sabina ArayaParticipantHow can I change the color of my blog entry titles that shows on the main page of my blog? Right now it currently shows as black and I want to change the color to a shade of purple. I had the custom blog page built using your suggested provider: https://arayascreations.com/blog/
I would like to change the font color of the title.
July 12, 2019 at 12:15 am #101702wensolutionsKeymasterHello
Please add the below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS
#page #separator-title .entry-title { color: #800080; }
Please change the color code in the CSS according to your requirement.
Hope this helps
Feel free to reach us for any further query/confusion.
Regards!
July 18, 2019 at 2:43 pm #102036Sabina ArayaParticipantI input this code:
#page #separator-title .entry-title {
color: #800080;
}But it only affected the title color once you open the blog post. The main page that list my blog entries was not affected. Does it make a difference that my blog was built in a child theme? I also tried to apply the code to the child theme CSS and it did not change the title color.
July 18, 2019 at 11:48 pm #102068wensolutionsKeymasterHello @emanimama,
Please add below given CSS to change the title color of the blogs in blog listing page.
.archive-layout-masonry .content-area .blog_single a { color: #a466e2 !important; }
Hope this helps.
Thank you.
-
AuthorPosts
- You must be logged in to reply to this topic.