Need help with below customisations for PetCare Theme

Home Forums All Other Themes Need help with below customisations for PetCare Theme

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #181147
    Karthick PerumalKarthick Perumal
    Participant
    • Topics: 5
    • Replies: 9
    • Total: 14
    Member since: June 27, 2021

    Please help with the following changes required.

    (1) Hide title appearing in header

    https://ibb.co/TRtRBYz

    (2) Remove paws in about page

    https://ibb.co/7vcF8xt

    (3) Remove paws in home page

    https://ibb.co/RNyj6LH

    (4) Hide title in services iicon

    https://ibb.co/svxxbsH

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

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .cattitle_wrap, .pet-counter-box::after, .services-title-box h3 { display:none !important;}

    Regards,
    Dave

    #181238
    Karthick PerumalKarthick Perumal
    Participant
    • Topics: 5
    • Replies: 9
    • Total: 14
    Member since: June 27, 2021

    Thanks a lot.
    The setting has worked but it’s not applied to the mobile site and desktop site.
    Please advise on how to apply the setting across all 3.

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

    Hi,

    Kindly use this CSS for all

    @media screen and (max-width:767px) {
    .cattitle_wrap, .pet-counter-box::after, .services-title-box h3 { display:none !important;}
    }
    
    @media screen and (min-width:768px) and (max-width:1024px) {
    .cattitle_wrap, .pet-counter-box::after, .services-title-box h3 { display:none !important;}
    }

    Regards,
    Dave

    #181256
    Karthick PerumalKarthick Perumal
    Participant
    • Topics: 5
    • Replies: 9
    • Total: 14
    Member since: June 27, 2021

    Hi
    It doesn’t seem to work.
    It only works for the laptop screen resolution 1920 x 1080.
    For mobile screens and large desktop monitor screens it’s not working.
    Please advise

    #181259
    Karthick PerumalKarthick Perumal
    Participant
    • Topics: 5
    • Replies: 9
    • Total: 14
    Member since: June 27, 2021

    Please ignore,issue has been fixed.
    Only issue I’m having is the wavy divider in home page appears for large screens

    https://ibb.co/93XvJHr

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

    Hi,

    Kindly show us your website URL please?

    Regards,
    Dave

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