Forum Replies Created
-
AuthorPosts
-
Sakin
KeymasterHi Finn,
I just check your website and it’s showing a Full-Width Header to me. Can you refresh your browser and check it.
Regards,
SakinJune 27, 2022 at 2:16 pm in reply to: Link color in menu the same as in page. Now page links are invisible in page #307117Sakin
KeymasterHello Hans,
I see that you have changed the Link Color in “Appearance => Customize => Colors” as #ffffff and that is causing the issue. So, can you reset that or change it to the color that you want for the link.
I see that you have already added Custom CSS for Header Menu, but for Menu toggle and cart icons color in menu, you can add the following CSS in “Appearance => Customize => Additional CSS” box:
.menu-toggle, .dropdown-toggle, .site-header-cart .menu-inline a.my-account, .site-header-cart .menu-inline a.site-cart-contents { color: #ffffff; }Regards,
SakinJune 24, 2022 at 11:11 pm in reply to: My website text too small and clickable elementor to close issue #306993Sakin
Keymaster@hassanraza: Can you share your site URL and also more details about the issue. Which text is small and which clickable elements are too close.
June 24, 2022 at 11:07 pm in reply to: Background does not appear when i access the site from mobile #306992Sakin
KeymasterHi Wesley,
As mentioned above by Skandha that Header Video is disabled by WordPress core default. So, you need to install the Header Enhancement Plugin, which you can download from https://catchplugins.com/plugins/header-enhancement
Regards,
SakinJune 23, 2022 at 3:27 pm in reply to: Display Primary Sidebar before Main content on mobile devices #306961Sakin
Keymaster@heinelg: That’s a nice solution to do with the child theme and working with hooks. Thanks.
June 22, 2022 at 10:36 pm in reply to: Display Primary Sidebar before Main content on mobile devices #306919Sakin
Keymaster@heinelg: then you can change the max-width in the above CSS. Like replace the previous CSS with the following CSS:
@media only screen and (max-width: 990px) { .site-content .wrapper { display: flex; flex-direction: column-reverse; } }Regards,
SakinSakin
KeymasterHello Anna,
Yes with CSS we can change the style. But you need to tell me the style that you want like a Screenshot or URL where you had the desired style and where you want to use that style.
Regards,
SakinSakin
KeymasterHi Heine,
It’s strange why it didn’t work. Maybe you added an embed link instead of HTML code. Thanks and glad to hear that it worked for you.
Regards,
SakinSakin
KeymasterHello Dominika,
You can download the zip file from the Theme Instructions tab on Theme Page at https://catchthemes.com/themes/corporacy/#theme-instructions
Regards,
SakinSakin
KeymasterHello Hans,
Can you make your site public and send me the Product URL? I can check that.
Regards,
SakinSakin
KeymasterHi Hans,
Since you have solved this. I am closing this topic.
Regards,
SakinSakin
KeymasterHave a nice Cycling evening.
Sakin
KeymasterHello Hans,
In the 1 CSS, there was just a missing – between margin and button. Now, your Custom CSS doesn’t have an error. But I still see the following CSS that you need to delete, which is just below the text /*header media voorkomen wegsnijden onderkant*/,
.header-media .post-thumbnail img { max-width: 1800px; max-height: 600px; } You need to delete the above CSS as you already have another same CSS which fixes the height /* afmeting header*/ .header-media .post-thumbnail img { max-width: 1800px; }Regards,
SakinSakin
KeymasterHi Hans,
You need to clean up your Custom CSS, there are many issues in Custom CSS on your site staging.toerfietsleusden.nl.
1. Find the following CSS: /*inhoud naar boven*/ .home .site-content{ margin-top: -50px; margin bottom: 5px; }Replace that with the following:
/*inhoud naar boven*/ .home .site-content{ margin-top: -50px; margin-bottom: 5px; }2. Find the following CSS, it is there twice,
.header-media .post-thumbnail img { max-width: 1800px; max-height: 600px; }So, delete the one and replace the other one with the following:
.header-media .post-thumbnail img { max-width: 1800px; }3. Find the following CSS, it’s missing closing } at the end:
/* To change the color of the text, overlay and font size */ @media screen and (min-width: 64em) { .portfolio-content-wrapper a { color: #ffffff; } #header-content .site-branding { margin-right: 0; }So, replace that with the following, you can see it has a closing bracket
/* To change the color of the text, overlay and font size */ @media screen and (min-width: 64em) { .portfolio-content-wrapper a { color: #ffffff; } #header-content .site-branding { margin-right: 0; } }Regards,
SakinSakin
KeymasterHi Hans,
Closing this one as you have the same question in https://catchthemes.com/support-forum/topic/deformation-header-image/
Regards,
SakinSakin
KeymasterHello Hans,
You can change the color code in the following CSS and add it in the “Appearance => Customize => Additional CSS” box:
/* Color For Footer Social Icons */ #site-generator .social-navigation a { color: #a0a0a0; } /* Color for Footer Site Info text */ .site-info, .site-info a { color: ##646464; }Regards,
SakinSakin
KeymasterHello Anna,
I just check your site https://www.anna-apollonia.art/2022/04/11/d-k-loveboy/ and it’s working fine. Sometimes, it must be loading old CSS files in the browser which will be automatically cleared in a few days. Or, you need to do a hard refresh or clear the browser cache and check it.
See this screenshot: https://tinyurl.com/29fdamm3
About the plain quote, WordPress 5.9 onward makes it plain for a plain quote and if it’s default then it has a quote. Also, my default when you use the quote will be the default.
Regards,
SakinSakin
Keymaster@coachnancyk: I just visited your site and see that you have added 30px font size for your first paragraph. I see that you have added HTML Code as below:
<h4 style="text-align: center;"><span style="font-size: 30px;"><br> “</span><span style="font-size: 30px; color: #333399;"><em>Love Without Traffic</em> takes us on a witty and insightful journey of the heart, mind and soul, and will inspire you to greater depths of understanding about our life experiences and the choices we make.”<br> <span style="color: #000000;">~Michael Bernard Beckwith</span></span></h4>
So, that will change your font size to 30px and it’s showing fine to me.
Sakin
KeymasterHi Hans,
Can you remove the restriction on your site so that I can check it? It’s showing me “Deze Website Staat Nog In De Oven ”
Regards,
SakinSakin
Keymaster@summerfoote: You can add the following CSS in “Appearance => Customize => Additional CSS” box:
.single-footer-meta-wrapper { display: none; }Regards,
Sakin -
AuthorPosts
