Hello everyone
My question
If I look for something with the magnifying glass then I receive the following reply:
This is a Page excerpt. It will be displayed for search results
How can i solve this.
Thank you very much
Kind regards Franz
Hey schweg33,
Please provide a link to the page the issue is occurring on so we can see what is going on.
Best regards,
Jordan Shannon
Hi,
When you use the standard WordPress editor, your excerpts and search results are made from the content:
When you use the advanced layout builder, your excerpts and search results are made from the excerpt box:
This is because of the advanced content elements and blocks. Please see another screenshot in Private Content area.
I hope this helps explain.
Best regards,
Mike
Hi,
Please try this code in the General Styling > Quick CSS field:
#top .main_color {
background-color: #9db8cc !important;
}
#top .container_wrap_first .container:first-child {
background-color: #f8f8f8 !important;
}
Please adjust the color to suit. Please see the screenshot in Private Content area.
Best regards,
Mike
Hi,
To not show in mobile, please use this css instead:
@media only screen and (min-width: 1120px) {
#top .main_color {
background-color: #9db8cc !important;
}
#top .container_wrap_first .container:first-child {
background-color: #f8f8f8 !important;
}
}
Best regards,
Mike
Thank you
Best regards
Franz