• Resolved karanjhanwer

    (@karanjhanwer)


    Hi,
    I want to change the color of the title of my featured posts. Also I want to make them bold. Thank you ??

    The page I need help with: [log in to see the link]

Viewing 10 replies - 1 through 10 (of 10 total)
  • Hi there,

    Please go to Appearance → Customize → Additional CSS and add the following css:

    .frontpage-featured-posts h3.entry-title a {
        color: #3269d7;
        font-weight: bold;
    }

    Hope that helps.

    Kind regards

    Thread Starter karanjhanwer

    (@karanjhanwer)

    Thank you :)…On the blog page under every article there are categories mentioned. If I click Europe, all the articles under Europe are displayed. If I want to change the color of their titles and make them bold how do I do that? Similarly for all categories

    This should do it:

    .page .pt-cv-title a {
    	font-weight: 600;
    	color: #f00;
    }

    You can increase font-weight to 900 but it doesn’t make much difference with this font.

    Kind regards.

    Good day,

    I tried to used this:

    Please go to Appearance → Customize → Additional CSS and add the following css:

    .frontpage-featured-posts h3.entry-title a {
    color: #3269d7;
    font-weight: bold;
    }

    But it doesn’t work.

    I want to change the blog titles into a new color and bold type.

    Check it here > > > https://agapetransformation.com/resources/

    Thank you,

    Hello, kenflrs.

    Thank you for contacting us.

    The reason why it doesn’t work is that you’re not using Kale theme but the different one.

    But let’s help you out this time anyway. ??

    This CSS should work:

    .boxed-blog h4.entry-title a {
    	font-weight: 900;
    	color: #f00;
    }

    Kind regards.

    Hi siniplyrathemes,

    Thanks for this but it doesn’t change the blog’s title.

    Even the clickable social media icons, links are in the same color and
    I want to change that.

    Check it here > > > https://agapetransformation.com/how-to-find-a-good-therapist/

    Bunch of thanks,

    It doesn’t change it because it applies to the homepage only.

    This should change what you want on the single post page like the one in your link example:

    .post-content .single-post-title {
    	color: #f00 !important;
    }
    .post-content p a {
    	color: #f00;
    }
    .social-media.social-medium li a {
    	color: #f00;
    }

    For anything else, please find the support section for your theme or the general support section.

    KInd regards.

    Hi Siniplyrathemes,

    Thank you so much! It’s actually working! My problem is that it doesn’t change to my browser or to any browser that already accessed the website.

    It’s only changed from newly accessed browsers.

    I already cleared the cache but it’s still the same.

    Is there anything that I need to update on WordPress. Btw, I also purged cache on WordPress.

    I really appreaciate your help.

    Hei all:
    I have tried to modify the style of the title and I have tried many of the CSS that have been recommended in several post, however, no modification of the themes works. I tried through the “Appearance” menu and with “Simple CSS”. I have also modified the codes directly on the server, but nothing changes. I also reset the server. I am using version 5 and I use the theme “WPEX LOGGER” and three other themes and the same thing happens. I can not find out why this happens. I will greatly appreciate someone helping me.

    Hi analitic.

    Sorry to say but you’re not using Kale theme and this part of the www.remarpro.com forum provides support for Kale by Lyrathemes.

    Please find the appropriate section that deals with the theme you use or contact the theme author directly through a dedicated support channel if such exists.

    Kind regards.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Featured Post Title color change’ is closed to new replies.