- This topic has 8 replies, 4 voices, and was last updated 3 years, 7 months ago by .
Viewing 9 posts - 1 through 9 (of 9 total)
Viewing 9 posts - 1 through 9 (of 9 total)
- You must be logged in to reply to this topic.
Hi,
I just updatet wordpress and the theme to the latest version (5.8/2.6.7). Now the design of the frontend looks weired in some parts. Dividing lines appears as dark double lines (before it was a discreet and light single line) and h2 headlines are bigger than the post title. Does anyone have a solution how to fix it to get back the old style?
Hi Sven,
Can you please describe the issue you have in more detail? Please share a direct link to the page where the issue appears and for more clarifications, please share screenshots of the issue.
Kind Regards
Hi Sven,
At first, sorry for the late reply, we had holidays.
In order to assist we need to check your website from the back end, please install this 3rd party plugin “Temporary Login Without Password Plugin” which allows us to access your dashboard without sharing access details.
To better understand how the plugin works, please watch the video guide below: https://www.youtube.com/watch?v=EMu0e78OpJo
Please make sure to mark your reply as private to hide it from the public.
Kind Regards
Hi Sven,
We fixed the issue with the h2, for the separator widget issue we need developers to help. I will redirect this topic to the developer’s board and they will contact you.
Kind Regards
Hi Shirley,
Can you please describe the issue you have in more detail? Please share a direct link to the page where the issue appears and for more clarifications, please share screenshots of the issue.
Kind Regards
Hi Sven,
Please navigate to Appearance > Customize > Additional CSS section and add the following snippet to fix the divider double line issue:
.wp-block-separator {
height: 1px !important;
}
H1 is 24px and H2 is 22px so still H1 is the biggest heading on the page and as I guess it was the same before. WP update has nothing to do with it.
Kind Regards