HomePage › Forums › Themes Support › Poco – Fast Food Restaurant WordPress Theme › Remove title header
- This topic has 20 replies, 3 voices, and was last updated 3 years, 11 months ago by Billy Nguyen.
-
AuthorPosts
-
December 3, 2020 at 12:53 am #2109imanSupport Expired
Hello,
i want to delete title header
December 3, 2020 at 8:36 am #2117Dear mate,
I can’t check your site, please send Admin web account for me, I will check and fix it for you.
December 3, 2020 at 5:47 pm #2159imanSupport ExpiredHello,
it takes time to transfer the domain dns but i have done it by self,
i have a other question how i can set to the second meny with the pictures and a cool animation link i can only chosee a category but i want link it to my meny 😉December 3, 2020 at 5:50 pm #2160imanSupport Expiredi mean this meny i want set a link not a category but i can only choose a categorry how i can set here a link:
Screesnhot: https://prnt.sc/vuye2r
December 4, 2020 at 8:57 am #2171Hi again,
Elementor Product Category don’t support add custom link, so that you cann’t set custom link for it.
To add link, please use Image Widget: https://prnt.sc/vvfdwu
Add Animate hover image:
#Step 1. Add Widget Image, select your image, add link, title and add custom class: https://prnt.sc/vvff3k
#Step 2. Add css into file style.css
.animate-image.elementor-widget-image figure.wp-caption a:before { font-family: "poco-icon"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; display: inline-block; font-style: normal; font-variant: normal; font-weight: normal; line-height: 1; vertical-align: middle; content: ""; } .animate-image.elementor-widget-image figure.wp-caption a:before { position: absolute; top: 50%; left: 50%; font-size: 170px; z-index: -1; -webkit-transform: translateX(-50%) translateY(-50%) scale(0); -ms-transform: translateX(-50%) translateY(-50%) scale(0); transform: translateX(-50%) translateY(-50%) scale(0); color: var(--primary); -webkit-transition: all 0.4s ease; transition: all 0.4s ease; } .animate-image.elementor-widget-image:hover figure.wp-caption a:before { -webkit-transform: translateX(-50%) translateY(-50%) scale(1); -ms-transform: translateX(-50%) translateY(-50%) scale(1); transform: translateX(-50%) translateY(-50%) scale(1); }
December 4, 2020 at 2:15 pm #2179Mayur10Support ExpiredHello, I want to remove the Title Header for all pages. I can’t find the option to do so.
Here’s what I mean in the image link.
https://prnt.sc/vvjl8vHow can you help?
Thanks
December 4, 2020 at 2:48 pm #2180Hi @mayur10
To remove the Title Header for all pages, please paste code into file functions.php ( child-theme)
remove_action('poco_before_content', 'poco_breadcrumb', 10);
If you need to help, please send Admin web account for me, I will check and help you.
December 4, 2020 at 4:08 pm #2184imanSupport ExpiredHello,
thak you it works but i want this yellow animation too this is so cool thatswhy i am writing you 😉
see screesnhot : https://prnt.sc/vvly38
December 4, 2020 at 4:40 pm #2187Mayur10Support ExpiredThis reply has been marked as private.December 4, 2020 at 4:55 pm #2189Hi @iman, please follow the guide on my comment #2171
If you need to help, please send Admin web account for me, I will check and help you
December 4, 2020 at 4:57 pm #2190imanSupport ExpiredHi,
it take time that my site is online they said 5 days now it is only on my host.
i make all the steps and second i add also the css in the css style but it still dont work i dont get the yellow animation ?
December 4, 2020 at 5:33 pm #2191Hi @mayur10
I have just removed for you, please recheck.
December 4, 2020 at 5:35 pm #2192Hi @iman,
I need to check your site, pls check and send Admin web account for me.
December 5, 2020 at 5:26 pm #2246imanSupport Expiredokay we will wait until i have access and other question how i can delte iin the mobile version thhis TABs:
Link: https://prnt.sc/vwa6no
December 8, 2020 at 8:51 am #2318Hi again,
To remove menu mobile version, please copy code into file functions.php ( child-theme)
function poco_handheld_footer_bar() { return; }
-
AuthorPosts
You must be logged in to reply to this topic.