Home › Forums › Pro Themes › Blog Diary Pro › Two Questions:
Tagged: categories, Link colors
- This topic has 7 replies, 2 voices, and was last updated 4 years, 1 month ago by wensolutions.
-
AuthorPosts
-
September 26, 2020 at 8:02 pm #134862lperlsteParticipant
1) I’m unable to change the color of the title on my homepage (http://caringforaspouse) I guess because it is a link. Is there a way to just make it white?
2) Is there a way to exclude a specific category from the blog page? I’d like to not have “News Briefs” included on the blog page since they are featured on the front page.
Thanks,
LarrySeptember 27, 2020 at 11:26 pm #134918wensolutionsKeymasterHello,
Regarding your query, we are unable to further inspect as your site URL is not working as shown in the screenshot below.
Please fix the site so that we can help further.
Hoping for your kind co-operation.
Thank you.
September 29, 2020 at 12:14 am #134935lperlsteParticipantNot sure what you’re referring to.
The URL is http://caringforaspouse.comSeptember 29, 2020 at 7:02 am #135001wensolutionsKeymasterHello,
Please find answers to your queries below:
Query 1: I’m unable to change the color of the title on my homepage (http://caringforaspouse) I guess because it is a link. Is there a way to just make it white?
Response: Please follow the path Admin Panel > Appearance > Customize > Colors > Header title color and change the color as per your requirement as shown in the screen record given below.
https://www.loom.com/share/696908f8b442458ea315e54acc82060b
Query 2: Is there a way to exclude a specific category from the blog page? I’d like to not have “News Briefs” included on the blog page since they are featured on the front page.
Response: Regarding your query, the page https://caringforaspouse.com/category/news-briefs/ has more content than the frontpage.
However, you can remove the “News Briefs” from the primary menu by going to Admin Panel > Appearance > Menus > Primary Menu and delete the menu which you do not want to show.
Hope this helps.
If you have any queries further, let us know.
Regards.
September 30, 2020 at 5:23 pm #135129lperlsteParticipantI don’t think you understood my questions so let’s try again.
1) The title of my site is showing up as blue. If you mouse over it, it changes to teal. This appears to be because it’s a link. The default color for the title is set to white in the settings. Is there a way to stop the title from being a link or just change the color to white? I know I can’t change all the links to white because that doesn’t work for the entire site.
I have this CSS controlling my link colors:
/*
* change link colors
*/
a:link {color:#1037F2;} /* unvisited link */
a:visited {color:#CB10F2;} /* visited link */
a:hover {color:#10F2CB;} /* mouse over link */2) On my posts_page: https://caringforaspouse.com/posts_page/
I’d like to suppress posts with the category “News Briefs” as they are featured on the Home page. Is this possible?Thanks,
LarryOctober 1, 2020 at 7:02 am #135176wensolutionsKeymasterHello,
Thank you for clarifying.
You can add below given CSS to change the title hover color following the path Admin Panel > Appearance > Customize > Additional CSS.
.site-title a:hover { color:#fff; }
Regarding your other query, do you want to remove the three posts that are displayed on the front page not to display in your “News Briefs” page??
Hoping for your kind co-operation.
Thank you.
October 3, 2020 at 12:42 pm #135279lperlsteParticipantSeems my response disappeared so again, in answer to your second question: All I’m trying to do is have the posts_page not show posts with the category “News Briefs”. Right now, it (the blog page) shows all posts. Since News Briefs are featured on the home page, I’d like to stop them from showing on the blog page. Is this possible?
Thanks,
larryOctober 5, 2020 at 1:30 am #135399wensolutionsKeymasterHello,
The feature to only exclude the posts from one category on the blog page is not available in the theme for now.
You can hire a freelancer to get the feature as it requires code customization.
Hope this clears.
If you have any queries/confusion, kindly let us know.
Regards.
-
AuthorPosts
- You must be logged in to reply to this topic.