Home › Forums › Basel support forum › Issues with Blog
Issues with Blog
- This topic has 19 replies, 2 voices, and was last updated 5 years, 5 months ago by
Elise Noromit.
-
AuthorPosts
-
September 6, 2019 at 3:57 am #142316
joywithjoParticipantHi,
1) I’m not able to see the Blog title on the main blog page – link in private content area.
2) How do I remove the animation when you hover over a blog post on the blog?
Thanks.
September 6, 2019 at 9:22 am #142360
Elise NoromitMemberHello,
Make sure you have not disabled the page title.https://prnt.sc/p2kkkl
Enter the page and find this option in the page setting below the content
Please add this code to the Theme Settings > Custom CSS > Global:
.blog-post-loop:hover>.entry-header .post-img-wrapp>a { opacity: 1; transform:none; -webkit-transform:none; -moz-transform:none; -o-transform:none; }
Best Regards
September 6, 2019 at 12:05 pm #142386
joywithjoParticipantHi,
1) I’m not able to see the Blog title on the main blog page – link in private content area. – I just double checked, I did not disable it. The background colour does appear, but there are no words on it.
2) How do I remove the animation when you hover over a blog post on the blog? – Resolved, thanks.
September 6, 2019 at 1:01 pm #142398
Elise NoromitMemberHello,
Please provide the site admin access to the private area I will check the blog page.
Best Regards
September 7, 2019 at 7:00 am #142473
joywithjoParticipantHi Elise,
Please see details below.
September 7, 2019 at 11:10 am #142496
Elise NoromitMemberHello,
Please deactivate all the plugins not related to the theme.
Best Regards
September 8, 2019 at 11:37 am #142610
joywithjoParticipantHi Elise,
I have deactivated all plugins not related to your theme. It didn’t solve the problem.
September 8, 2019 at 2:35 pm #142632
Elise NoromitMemberHello,
You have disabled the page title in the Theme Settings > Page heading. Please check now, configure the page title as per your needs.
Best Regards
September 10, 2019 at 2:10 am #142852
joywithjoParticipantHi Elise,
Thanks for that. I can see the page title now.
However, there aren’t any settings available to customise the page heading. You could change the colour scheme (light/dark) but you’re not able to change the font size, etc. Is that right?
I tried to add some css code to the .entry-title element to hopefully customise the heading a bit. While it did work, unfortunately, the changes have impacted other parts of the page as well.
.entry-title{
font-size:28px !important;
font-weight:600 !important;
margin-top:-10px !important;
}Is there a way to customise only the page heading without affecting other parts of the blog, please?
Thank you.
September 10, 2019 at 5:59 am #142868
Elise NoromitMemberHello,
Saying “configure the page title as per your needs” I mean whether you want to add the breadcrumbs or not.
You can change the font by means of Advanced typography option, which allows to choose the item from a drop-down or insert your custom CSS class. Please navigate to the Theme Settings > Typography > Advanced Typography.
Here is the documentation providing more detailed instructions: https://xtemos.com/docs/basel/advanced-typography-settings-2/
Best Regards
September 10, 2019 at 11:56 am #142936
joywithjoParticipantHi,
Could you please let me know which item do I choose in the Advanced Typography, if I wish to change the font of the “The Official Blog” title? See screenshot here: https://prnt.sc/p489lc
Blog post title, blog title on carousel, blog title on WP bakery element – all of these don’t seem to work.
September 10, 2019 at 1:58 pm #142974
Elise NoromitMemberHello,
You should choose page title https://prnt.sc/p4a8m2, in this case, all the page titles would be changed. If you need to change the color of the title only for the blog page add this custom CSS to the Theme Settings > Custom CSS > Global:
body.blog .title-size-small .entry-title, .title-size-small h1 { color:green; }
Add any styles you need.
Best Regards
September 11, 2019 at 12:05 am #143051
joywithjoParticipantHi Elise,
>>> If you need to change the color of the title only for the blog page add this custom CSS to the Theme Settings > Custom CSS > Global:
– Yes I need to change the title only for the blog page. I tried putting your code in the Global CSS column but it didn’t work unfortunately.
September 11, 2019 at 12:19 am #143054
joywithjoParticipantHi Elise,
I gave up and just set the Page Title in the Advanced Typography.
If you have another code that works, please let me know. Otherwise, I’ll just leave it as it is as it’s becoming a little frustrating.September 11, 2019 at 1:16 am #143058
joywithjoParticipantHi Elise,
Perhaps I should be a bit more specific. Please see private content area-
September 11, 2019 at 11:13 am #143146
Elise NoromitMemberHello,
Assign the styles to this selector in the Advanced typography https://prnt.sc/p4ou0a
Best Regards
September 11, 2019 at 11:43 am #143157
joywithjoParticipantHi Elise,
Thanks for trying, but it didn’t work. It’s ok, I’ll just leave it as it is, it’s not a major issue.
September 11, 2019 at 12:35 pm #143184
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
.single-post .page-title > .container .entry-title { color:red; }
Best Regards
September 12, 2019 at 1:06 am #143298
joywithjoParticipantHi,
Thank you, that works.September 12, 2019 at 7:19 am #143349
Elise NoromitMemberYou are welcome!
-
AuthorPosts
The topic ‘Issues with Blog’ is closed to new replies.
- You must be logged in to create new topics. Login / Register