Home › Forums › All Other Themes › Need help with below customisations for PetCare Theme
- This topic has 6 replies, 2 voices, and was last updated 2 years, 2 months ago by
Forum Moderator.
-
AuthorPosts
-
July 13, 2021 at 2:17 pm #181147
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
July 14, 2021 at 11:19 am #181185Hi,
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,
DaveJuly 15, 2021 at 12:17 pm #181238Thanks 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.July 15, 2021 at 12:41 pm #181242Hi,
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,
DaveJuly 15, 2021 at 2:38 pm #181256Hi
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 adviseJuly 15, 2021 at 4:21 pm #181259Please ignore,issue has been fixed.
Only issue I’m having is the wavy divider in home page appears for large screenshttps://ibb.co/93XvJHr
July 16, 2021 at 11:38 am #181309Hi,
Kindly show us your website URL please?
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.