Site Identity Site Title

Home Forums All Other Themes Site Identity Site Title

Viewing 10 posts - 16 through 25 (of 25 total)
  • Author
    Posts
  • #121178
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30587
    • Total: 30587
    Member since: August 16, 2013

    🙂

    #126215
    maryhelenmaryhelen
    Participant
    • Topics: 11
    • Replies: 25
    • Total: 36
    Member since: March 5, 2019

    Hi,
    Our website is at new.buddhistGlobalRelief.org. We are using your theme called CHARITY. Can you make our page headings into an orange color? Perhaps the same color as our DONATE button at the top? Or just a little darker for good readabilllity? Could you also make them a little bit smaller? I think they are 40 right now. Maybe lower them to 34 or so?

    Thanks for any help.
    Mary Helen Fein

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

    Hi,

    new.buddhistGlobalRelief.org

    Unfortunately, this isn’t our theme.

    Regards,
    Dave

    #126305
    maryhelenmaryhelen
    Participant
    • Topics: 11
    • Replies: 25
    • Total: 36
    Member since: March 5, 2019

    That is incorrect. This is your theme!! This is the second time you guys have made this mistake!!! We purchased the Charity Pro theme from you! Here it is on your website: https://www.sktthemes.org/shop/charity-wordpress-theme/

    Can you please address my question now?
    Hi,
    Our website is at https://new.buddhistGlobalRelief.org We are using your theme called CHARITY PRO. Can you make our page headings into an orange color? Perhaps the same color as our DONATE button at the top? Or just a little darker for good readability? Could you also make them a little bit smaller? I think the font size is 40 right now. Maybe lower them to 34 or so?

    Thanks for any help.
    Mary Helen Fein

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

    Hi Mary,

    Now this is our theme.

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    .entry-title {
        font-size: 34px;
        color: #f25f43;
    }

    Regards,
    Dave

    #126375
    maryhelenmaryhelen
    Participant
    • Topics: 11
    • Replies: 25
    • Total: 36
    Member since: March 5, 2019

    Thank you very much.

    #126376
    maryhelenmaryhelen
    Participant
    • Topics: 11
    • Replies: 25
    • Total: 36
    Member since: March 5, 2019

    Hi,
    We are using the Charity Pro theme at https://new.buddhistglobalrelief.org
    How can I indent paragraphs? Thanks for any help with this!
    Mary Helen Fein

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

    Hi,

    Can you send us the screenshot of your issues? Upload your screenshot on http://imgur.com/ and paste the share url here.

    Regards,
    Dave

    #126442
    maryhelenmaryhelen
    Participant
    • Topics: 11
    • Replies: 25
    • Total: 36
    Member since: March 5, 2019

    Here is a screen shot of our issue at https://new.buddhistglobalrelief.org. https://imgur.com/a/j11rtar I have circled line one of a paragraph on our website. you can see that it is not indented. We would like the first line of every paragraph to be indented. Can you help us with simple css for this, perhaps using text-indent??Thanks for any help with this issue. Mary Helen Fein

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

    Hi,

    Kindly use this CSS

    .content-area p {
        text-indent: 50px;
    }

    Regards,
    Dave

Viewing 10 posts - 16 through 25 (of 25 total)
  • You must be logged in to reply to this topic.