Remove things from header
-
hey i need to remove these 3 elements thats shows up in my screenshot.
i tried to edit the page with elementor or bakery but not luck .
The page I need help with: [log in to see the link]
-
Please add the following CSS to your customizer. Please go to appearance->customizer -> additional CSS section and paste the code there and save it.
body.post-type-archive-tour h1.yatra-page-title { display: none; } .yatra-top-filter-section.sorting { display: none; } li.yatra-display-type-grid { display: none; }-
This reply was modified 3 years, 5 months ago by
MantraBrain.
This didnt help, its still there..
Could you please clear the cache ( it might be application-level cache from a different cache plugin ) or might be server-level cache?
If still you are unable to resolve the issue, you can send me the screenshot of the additional css section of your customizer.
Regards:
Mantra Brain Support-
This reply was modified 3 years, 5 months ago by
MantraBrain.
still the same after clearing cache
could you help me more please?
It seems fine from our end,
Here is the screenshot https://prnt.sc/DibVYNKsAks3Could you please try to check it from the private window of your browser Or you can try with a new browser once or you can clear the browser cache and reload the page ( CTRL + R )?
Regards
Mantra Brain Supportnow seems ok but there is three bullet on the right side under the get a quote button that doesn’t even click so I need to remove this one also please.
also the filter criteria we would like to remove this section from the top
-
This reply was modified 3 years, 5 months ago by
GIANNISCFA.
finally got it by adding this code
li.yatra-display-type-grid {
display: none;
}now we want to move the first section down ‘ Myrtos experience ‘ cuz is on the top and its merging with our logo on the top
-
This reply was modified 3 years, 5 months ago by
GIANNISCFA.
finally got it by adding this code
li.yatra-display-type-grid {
display: none;
}now we want to move the first section down ‘ Myrtos experience ‘ cuz is on the top and its merging with our logo on the top
You can customize from the theme end. May be your theme have that options. Please have a look the theme documentations once. Still having issue ,the we can help you for additional css on that.
yes still having issues need a bit of help with css.
this is my theme https://help.us-themes.com/impreza/
-
This reply was modified 3 years, 5 months ago by
GIANNISCFA.
You can use the following CSS code in your additional CSS section.
div#yatra-page-wrapper {
margin-top: 200px;
}
Please clear the cache and check once.
You can modify the number ( 200 ) to your need.
Regards:
Mantra Brain Support -
This reply was modified 3 years, 5 months ago by
The topic ‘Remove things from header’ is closed to new replies.