How to change background of page title?
-
Question 1.
I changed the page title background to orange and it worked for some page titles but not all.
https://ibb.co/GkgnqDv
For example https://tinyurl.com/3zxmurb2 is not changed and https://tinyurl.com/5n7ukjs3 is.
Question 2.
An additional question I have is how do I make my button image at the bottom of the mobile browser as big as the rest? https://ibb.co/BtvXLJ3
I already tried changing the pixel sizing but it does not seem to work.
Hello,
1. Please edit the page and try removing the image for the page title.
Screenshot: https://gyazo.com/8e256f398b68c51312c0f2df2d9a9982
2. Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.
.wd-toolbar-link .wd-custom-icon img {
width: 30px;
height: 30px;
}
Best Regards