Block capitals on home page

Discussion in 'Appointway WordPress Theme' started by pauljw, Feb 29, 2020.

  1. pauljw

    pauljw Member

    Joined:
    May 31, 2013
    Messages:
    392
    Likes Received:
    3
    Hi,
    For some reason the text on my home page has changed into block capitals.

    I was updating the menus, which worked ok.

    then i looked at the home page and all the text has changed to block capitals.

    Can you help me with this please.

    The site is:
    https://www.merlinclean.co.uk/
     
  2. shemaela21

    shemaela21 Guest Staff Member

    Joined:
    Apr 6, 2019
    Messages:
    855
    Likes Received:
    1
    Hello,

    Thanks for contacting us,

    Actually this CSS is getting applied on your pages "text-transform: uppercase;"

    To make the desired changes, just paste the code in the Additional CSS section of the theme.

    Go to (Dashboard -> Appearance -> Customize -> Additional CSS).

    Code:
    body {
        text-transform: none !important;
    }
    
    .page_container p, div {
        text-transform: none !important;
    }
    I hope the above CSS code provided will surely resolve the issue that is occurring on your end.

    Regards,
    Shemaela
    InkThemes.com
     
  3. pauljw

    pauljw Member

    Joined:
    May 31, 2013
    Messages:
    392
    Likes Received:
    3
    Hi Shemaela,
    Thank you, that worked perfectly.

    Did I touch something I shouldn't have?
     
  4. shemaela21

    shemaela21 Guest Staff Member

    Joined:
    Apr 6, 2019
    Messages:
    855
    Likes Received:
    1
    Hello,

    Warm Wishes From InkThemes,

    This might be possible because of some other plugin you might be using in the theme.

    So it is possible that the CSS code may have applied.

    You are most WelCome!

    Let us know if you need further help, we will be happy to help you.

    Regards,
    Shemaela
    InkThemes.com
     
  5. pauljw

    pauljw Member

    Joined:
    May 31, 2013
    Messages:
    392
    Likes Received:
    3
    Hi Shemaela,
    Can you help me again with the same issue please.
    Its the same site:
    https://www.merlinclean.co.uk/

    Some of the text is still in block capitals.

    Down the bottom of the page.
    I am changing this site at the moment, so I am changing the text.
    I need to get rid of the block capitals.

    Thank you,
    Paul.
     
  6. shemaela21

    shemaela21 Guest Staff Member

    Joined:
    Apr 6, 2019
    Messages:
    855
    Likes Received:
    1
    Hello Paul,

    Thanks for getting back to us again,

    As I saw your website and now there are block letters present.

    I hope you must have applied the above CSS code again on your website.

    Let us know if you need further help, we will be happy to help you.

    Regards,
    Shemaela
    InkThemes.com
     
  7. pauljw

    pauljw Member

    Joined:
    May 31, 2013
    Messages:
    392
    Likes Received:
    3
    I checked again. The code is still there.

    I took away the H3 and it went back to normal.
    Is it possible to insert a 'H' tag on the home page without all the texts after that changing size?

    Thanks,
    Paul.
     
  8. shemaela21

    shemaela21 Guest Staff Member

    Joined:
    Apr 6, 2019
    Messages:
    855
    Likes Received:
    1
    Hello Paul,

    Warm Wishes From InkThemes,

    Actually the page contains headings with h2 tags and the paragraphs in p tag, links in the span.

    So let me know how you have changed the h3 tag in the theme?

    We will then assist you further.

    Regards,
    Shemaela
    InkThemes.com
     

Share This Page