Tagged: Color, featured content, font
- This topic has 12 replies, 2 voices, and was last updated 7 years, 1 month ago by jamesmillerlifeology.
-
AuthorPosts
-
May 11, 2017 at 9:33 pm #115627jamesmillerlifeologyParticipant
How do I change the featured content Title font color? It is currently #fffffF. I want to change it to #aed651
May 12, 2017 at 1:07 am #115632MaheshParticipant@jamesmillerlifeology: Since you are using Pro version, color option feature is available. Go to Dashboard=> Appearance=> Customize=> Color Options=> Featured Content Color and click on Title Color‘s select color and paste the color hex code (#aed651) there.
Or
Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:#featured-content .entry-header .entry-title a { color: #aed651; }
Regards,
MaheshMay 12, 2017 at 7:41 am #115657jamesmillerlifeologyParticipantHi Thank you for your response. I guess I didn’t explain myself well.
I can change the color of the title (hyperlink) featured content but I can’t change the section title itself. Take a look at my site and scroll down to the featured content where it says: FEATURED: Lifeology | Radio Episodes. I’m trying to change the font color of that section title. I put the additional css code into the customizer and nothing happened. http://www.JamesMillerLifeology.comAlso, what is the css code for changing the color of the featured content title when someone hovers over it? I’d like to change it from #aed651 to #000000.
Thank you.
May 14, 2017 at 11:33 pm #115725MaheshParticipant@jamesmllerlifeology: Add the following CSS:
#featured-grid-content .entry-title > a { color: #aed651; } #featured-grid-content .entry-title > a:hover { color: #000000; }
Regards,
MaheshMay 15, 2017 at 8:34 am #115769jamesmillerlifeologyParticipantHmm I’m not sure why none of these things are working. I have put your css in the “additional css” section and nothing seems to happen.
May 16, 2017 at 12:30 am #115830MaheshParticipant@jamesmillerlifeology: You are using compressing plugin, please try disabling that plugin and check if that works.
Regards,
MaheshAugust 27, 2017 at 2:02 pm #121157jamesmillerlifeologyParticipantHi, no, it didn’t work. I’m not sure what compressor I have as a plug in. Do you know in which php or css file I can find the line? I’ll change it manually in there instead of using additional css.
August 28, 2017 at 12:18 am #121174MaheshParticipant@jamesmillerlifeology: Do you have put the above CSS in your site? I checked you site but cannot find the code. Please try again and try clearing the cache too. If the problem persist, we’ll have to check for the issue on your server. Let me know further.
Regards,
MaheshAugust 28, 2017 at 8:54 am #121207jamesmillerlifeologyParticipantYes, i re-input the code, cleared my cache and saved. It doesn’t change the color of the title.
August 29, 2017 at 1:39 am #121258MaheshParticipant@jamesmillerlifeology: I just checked your site, the title is turning black on hover. What problem are you facing?
Regards,
MaheshAugust 29, 2017 at 8:22 am #121280jamesmillerlifeologyParticipantIt still is black. I’m trying to change the title: Current Lifeology | Radio Episodes, not Lifeology | Radio. I’ve cleared my cache several times, and even checked it on a different browser and it still looks the same.
August 29, 2017 at 11:30 pm #121296MaheshParticipant@jamesmillerlifeology: Okay, your last reply made the clarification. I thought it was the Featured Content Title. To change Current Lifeology | Radio Episodes color, add the following CSS:
#featured-content .entry-title { color: #aed651; }
Note: Please change the color as desired.
Regards,
MaheshAugust 30, 2017 at 8:27 am #121334jamesmillerlifeologyParticipantawesome!! Thank you.
-
AuthorPosts
- The topic ‘Featured Content Title Font Color’ is closed to new replies.