Home Forums Pro Themes Blog Diary Pro Two Questions:

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #134862
    lperlste
    Participant

    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,
    Larry

    #134918
    wensolutions
    Keymaster

    Hello,

    Regarding your query, we are unable to further inspect as your site URL is not working as shown in the screenshot below.

    https://prnt.sc/up0koh

    Please fix the site so that we can help further.

    Hoping for your kind co-operation.

    Thank you.

    #134935
    lperlste
    Participant

    Not sure what you’re referring to.
    The URL is http://caringforaspouse.com

    #135001
    wensolutions
    Keymaster

    Hello,

    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.

    #135129
    lperlste
    Participant

    I 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,
    Larry

    #135176
    wensolutions
    Keymaster

    Hello,

    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.

    #135279
    lperlste
    Participant

    Seems 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,
    larry

    #135399
    wensolutions
    Keymaster

    Hello,

    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.

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.