Page Title First Letter Color

Home Forums Gravida Support Page Title First Letter Color

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #86335
    Douglas GreenbergDouglas Greenberg
    Member
    • Topics: 3
    • Replies: 5
    • Total: 8
    Member since: July 21, 2017

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

    #86351
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30639
    • Total: 30639
    Member since: August 16, 2013

    Hi,

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

    #86380
    Douglas GreenbergDouglas Greenberg
    Member
    • Topics: 3
    • Replies: 5
    • Total: 8
    Member since: July 21, 2017

    Thank 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
    Doug

    #86452
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30639
    • Total: 30639
    Member since: August 16, 2013

    Hi,

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

    #86509
    Douglas GreenbergDouglas Greenberg
    Member
    • Topics: 3
    • Replies: 5
    • Total: 8
    Member since: July 21, 2017

    Hi 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

    #86530
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30639
    • Total: 30639
    Member since: August 16, 2013

    Hi,

    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

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