Home › Forums › Gravida Support › Page Title First Letter Color
- This topic has 5 replies, 2 voices, and was last updated 7 years, 1 month ago by Sonl Sinha.
-
AuthorPosts
-
October 26, 2017 at 2:05 pm #86335
Greetings.
Please let me know via email how to change the color of first letter of the title, on each page. I cannot find how to do it. please see http://vedicastrologicalservices.com/consultations/ for example of first letter.
Kindly reply via email. [email protected] I would deeply appreciate it.
also, does the forum have a search function for locating topics?
Thanks,
DougOctober 27, 2017 at 4:53 am #86351Hi,
Kindly go to Appearance >> Customize>>Basic >> Scroll down to find Custom CSS and paste there:
#footer .footercols1 h3::first-letter, #footer .footercols2 h3::first-letter, #footer .footercols3 h3::first-letter, #footer .footercols4 h3::first-letter, h1.postitle::first-letter, .single_post_content h1::first-letter, h2.postitle::first-letter{ color:#000 !important;}
Regards,
ChrisOctober 27, 2017 at 1:58 pm #86380Thank you Chris, really great response, and very quick.
we are almost complete… how do we make the first letter not Strong/Bold? The color is changed now, and it is Bold/Strong, please provide code to correct that.
please send to my email as last time. have a great day.
thanks much
DougOctober 30, 2017 at 5:09 am #86452Hi,
That’s looks fine.
Can you send us the screenshot of your issues? Upload your screenshot on imgur.com and paste the share url here.
Regards,
ChrisOctober 30, 2017 at 5:49 pm #86509Hi Chris,
Look at the first letter of the title on this page, it is bold/strong, please advise how to correct this.
http://vedicastrologicalservices.com/consultations/
also, please provide for footer titles/words to not have same color as rest of the letters and not bold/strong.
see this example http://vedicastrologicalservices.com and all pages, the footer has different first letter color. might be good to have this adjustment in the customization areas.
please provide answer to my email.. thank you! Excellent support
October 31, 2017 at 5:52 am #86530Hi,
Kindly go to Appearance >> Customize>>Basic >> Scroll down to find Custom CSS and paste there:
Remove this code:
#footer .footercols1 h3::first-letter, #footer .footercols2 h3::first-letter, #footer .footercols3 h3::first-letter, #footer .footercols4 h3::first-letter, h1.postitle::first-letter, .single_post_content h1::first-letter, h2.postitle::first-letter{ color:#000 !important;}
And add this new code there:
#footer .footercols1 h3::first-letter, #footer .footercols2 h3::first-letter, #footer .footercols3 h3::first-letter, #footer .footercols4 h3::first-letter { color:#fff !important;} h1.postitle::first-letter, .single_post_content h1::first-letter, h2.postitle::first-letter{ color:#000 !important;}
First letter of the title is normal not a bold/strong.
Have a look at: https://imgur.com/a/aBeS6
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.