Hi,
Please post your website URL.
Thank you
Hi,
I am not sure of your request.
If you want to remove the header in mobile view, such as iPhone.
You can use the following in your Theme Options -> Custom CSS
@media screen and (max-width:768px){
.header {
display: none !important;
}
}
Thank you.
This works well for removing the graphic from cell phones, but it doesn’t replace it with the standard text alternative.
I suspect that this line needs to be changed to show the standard text?
display: none !important;
Hi,
I do not understand what you mean by standard text alternative.
Rather than have a jpg display, I’d like to just show the website general settings two lines of tex and no image when viewed with a tablet and smaller screen –
Settings|General| Site Title and Tabline.
You will need to find the code that’s producing the header image and replace with this code.
https://developer.wordpress.org/reference/functions/bloginfo/#div-comment-516