Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Fede1583: Can you try adding in the following css in “Appearance => Theme Options => Custom CSS” box.
@media screen and (max-width: 960px) { .has-header-top #branding { padding-top: 42px; } }For more, please post in your site URL.
Sakin
Keymaster@Caducassau: You can change the color code in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box.
a { color: #ddd; }Sakin
Keymaster@LTTL: Thanks for your appreciation and leaving good review of theme will encourage other theme and plugin developer to help. It’s always a positive boost that makes developers happy. Here is link where you can help us by reviewing Catch Evolution at https://wordpress.org/support/view/theme-reviews/catch-evolution
Sakin
Keymaster@BizQ: Then you can replace the previous css with the following one.
#content input[type="submit"], #supplementary input[type="submit"] { background-color: #000; border-color: #333; color: #7c7c7c; }Sakin
Keymaster@rojtalbot: Thanks for your appreciation.
Sakin
Keymaster@LTTL: For your site, the css will be as below. Simply add the following css in “Appearance => Theme Options => Custom CSS” box.
@media screen and (min-width: 1061px) { .three-columns #primary { width: 485px; } .three-columns #secondary { width: 240px; } } @media screen and (min-width: 1225px) { .three-columns #primary { width: 650px; } }Sakin
KeymasterHi Jens,
You can upload header image of your own choice. The header image that you have in your site is just 1436px width and 400px height. You can go to “Appearance => Header” and Upload. Then you will get this option “Crop Header Image” option where you can click on “Skip Cropping and Publish Image as is”. This will show the header image with the size you have uploaded.
Regards,
SakinSakin
KeymasterHi Cadu,
You haven’t send me your site URL to check in .
Regards,
SakinSakin
Keymaster@Voila2014: that is mobile menu and you can click on them mobile menu three bars or the active page title and it will show you your menu list. Sorry, I don’t get it what you want. If you don’t want responsive design then you can disable it from “Appearance => Theme Options => Responsive Design”
Sakin
Keymaster@rojtalbot: You can replace your css
.home #main { padding: 0; }With the following css:
.home #main { padding-top: 0; }Sakin
Keymaster@Eric: It is not recommended to change your size width as it’s responsive design. So, when you change for your screen, you need to change it for mobile devices. If you are changing the width then you need to disable responsive design “Appearance => Theme Options => Responsive Design”
Sakin
Keymaster@BizQ: Find the following css in your Custom CSS box
.home .entry-title { display: none; }and replace with the following CSS:
.home #primary .entry-header { display: none; }Sakin
Keymaster@mariavandyke: I don’t see any of the footer code in your site. So, I assumed you have edited files inside ‘catch-box’ theme directory. Also you are using old version of Catch Box Theme. So, can you just update to Catch Box Version 3.0, which will restore all the edits files made in ‘catch-box’ theme directory and your footer will get back.
Sakin
Keymaster@RaineHollister: Your social icon widget, you have added margin 40px, remove that and it will be fine. I just check in your site and see the code for social icon is wrap by margin 40px:
<p style="margin: 40px;"></p>You can add the following css in “Appearance => Theme Options => Custom CSS” box to remove posted in at the bottom of your pages.
footer.entry-meta { display: none; }Sakin
Keymaster@phan: Thanks for your appreciation but sorry this is not the part of theme for free support. You might need to consider hiring customizer.
I will try to help you but will not guarantee it. Send me your site URL where you have added in so that I can check in.
Sakin
Keymaster@rojtalbot: Can you send me your site URL so that I can check in.
Sakin
Keymaster@BizQ: You can change the color code in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box.
#content input[type="submit"] { background-color: #000; border-color: #333; color: #7c7c7c; }Sakin
Keymaster@Bulldog_NH: You can customize the copyright section only from Pro version where you will get Footer Editor Options and then you can edit/add text as per your need.
Sakin
Keymaster@BizQ: Can you let me know where did you added that CSS. I couldn’t check in detail as your CSS in minify and combined. I check in your site and found that you have Capitalized in Large Screen but in small one it has Uppercase. So, I need to check in your responsive css. If you cannot find it then you can replace the previous css with the following CSS. Please make site you add it in “Appearance => Theme Options => Custom CSS” box.
#masthead #header-menu ul.menu a, #colophon #footer-menu ul.menu a { text-transform: capitalize; } -
AuthorPosts
