-
AuthorPosts
-
March 25, 2022 at 12:06 pm #1345998
HI, on the site there is a background image in the header, but when I go general styling, there are no image selected…
The main menu has a / in front of each page name, how do I delete the /.
March 25, 2022 at 7:25 pm #1346078Hi Alan,
Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
RikardMarch 25, 2022 at 10:25 pm #1346093This reply has been marked as private.March 26, 2022 at 7:38 pm #1346140Hi,
The CSS for that is located in the file in private, please change it there.
.html_header_top.html_bottom_nav_header #header_main { background-image: url(PICTURE URL) !important; padding: 2rem 10px 3rem !important; }Best regards,
RikardMarch 30, 2022 at 10:50 am #1346544Hi, thanks,
How do I delete this image?
I would like to be able to insert an image from- General Styling
Logo Area
Background ImageI have an Issue with the main menu as well
The main menu has a / in front of each page name, how do I delete the /.March 30, 2022 at 3:08 pm #1346599Hi,
You can remove the CSS I referred to in order to remove the image.
The / is added with this CSS in your child theme:
.main_menu ul li:before { content: " / "; display: inline-block; margin-right: 8px; position: absolute; left: 0; top: 10px; text-align: center; }You can remove this line if you want to keep the rest of the CSS:
content: " / ";Best regards,
RikardApril 5, 2022 at 11:32 am #1347256Hi Rikard
The “/” are still there, I need to delete them, how is that doneAlan ;)
April 5, 2022 at 12:36 pm #1347264 - General Styling
-
AuthorPosts
- You must be logged in to reply to this topic.
