Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Yuliya Gaznyuk: Please use the proper support forum. You are asking Catch Mustang theme support question in Catch Box Pro theme support forum. From next time, please post in proper support forum.
To make your social icon in header always color, you need to add the following css in “Appearance => Theme Options => Custom CSS” box.
#sidebar-header ul.social-profile li.you-tube a { background-position: -87px -43px; } #sidebar-header ul.social-profile li.vkontakte a { background-position: -903px -43px; }Sakin
Keymaster@cmchugh6528: Yes, Catch Box Pro has Header Right Sidebar where you can add any widget as per your need. It’s the general widget area. See more details about Catch Box Pro theme at http://catchthemes.com/theme-instructions/catch-box-pro/
August 11, 2014 at 11:42 pm in reply to: Cannot change hover-background colour of dropdown menu #42288Sakin
Keymaster@YogaHH: You can change the color code in following CSS and then add it in “Appearance => Theme Options => Custom CSS” box. In the following css I have added background color code as #ff for white and color #000 for text color black.
#fixed-header-top ul.menu ul li a:hover { background: none #fff; color: #000; }Sakin
Keymaster@Signal512: That’s nice 🙂
Sakin
Keymaster@runnerchick081: Thanks for your appreciation.
Sakin
Keymaster@egnalc: Sorry I don’t get it your bugs. Why do you need BlackStudio Tiny Mice plugin to add hyperlink in text widget. You can just add hyperlink code in text widgets. Maybe this plugin is conflicting. So try disabling it and then you can add HTML link code in your text widgets:
Here is the format
<a href="url">Link text</a>
For Example to create catch themes link. the code will be
<a href="http://catchthemes.com" title="Catch Themes">Catch Theme</a>For more about hyperlink, you can see this tutorial http://www.w3schools.com/html/html_links.asp
About the header logo, it’s flexible. You can add any height as per your need and for width it’s maximum in 978px. If you see our demo page http://catchthemes.com/demo/catch-mustang/. We have used the logo size of 286px width and 79px height.
Sakin
KeymasterHello Jason,
This is server level issue and you need to contact your hosting server support.
Regards,
SakinSakin
Keymaster@JasonFBennett: What have you changed recently. As when you click on any link, it is showing “The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.”
This is your Web Hosting Server related issues. So, please contact your Web Hosting Server Support to fix it. It must be web.config rewrite rules issue.
Sakin
Keymaster@egnalc: Jetpack will not mess up the editor. I think you have another plugin which is conflicting. So, try disabling other plugins.
There is no such recommended site for your header logo. You can simply go to “Appearance = Theme Options => Header Options” and upload logo in Header logo URL or just paste your logo image URL there.
For Catch Mustang theme, we recommend Width 978px and height 275px for featured post slider, page slider and category slider. But for Featured Image Slider, we recommend width to be 978px but height as per your need.
Sakin
KeymasterHi Klaas,
Yes, you cannot do that from Custom CSS. For changing the location, you need to build child theme and do the changes. It’s bit technical.
But yes, adding spaces between can be managed by adding padding top. You can add the following css in “Appearance => Theme Options => Custom CSS” box. If you want more space then you can increase from 10px to 15px and so on.
.entry-header .entry-meta { padding-top: 10px; }Regards,
SakinSakin
Keymaster@runnerchick081: If you want your sidebar to be 350px with margin between to be 10px and rest for the content then you can replace your current css in “Custom CSS” box
@media screen and (min-width: 1225px) { #main .wrapper { width: 1030px; } #primary { width: 800px; } #secondary { width: 200px; } }To the following css:
@media screen and (min-width: 1150px) { #main .wrapper { width: 1115px; } #primary { width: 754px; } } @media screen and (min-width: 961px) { #secondary { width: 350px; } }Sakin
Keymaster@Janette: Thanks for your appreciation.
You can add border in the slider image by adding the following css in “Appearance => Theme Options => Custom CSS” box.
#slider-wrap img { border: 1px solid #ddd; }I am not so sure that you are talking about padding or margin. In widgets, we only have margin bottom. So, if you want to reduce or increase it then you can adjust the margin as per your need and then add it in “Appearance => Theme Options => Custom CSS” box
.widget { margin-bottom: 30px; }Sakin
Keymaster@Kim: Ok then try the position css. Add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#header-content { position: relative; } #sidebar-header-top { position: absolute; top: 20px; }Sakin
Keymaster@Anthony: Can you post in your site URL and then I will be able to check in.
Sakin
Keymaster@egnalc: It looks like there is conflict with your plugin. Can you disable and check in.
Have you tried Widget Visibility module in Jetpack plugin. From this you can change the option of widget to show in particular page or all pages.
Sorry I cannot view your purchase of Support Membership http://catchthemes.com/membership/. So, for this can you contact to our sales directly http://catchthemes.com/contact-us/ with your order ID. So, they will look into it.
Sakin
KeymasterHi Klaas,
So, if you just want to hide the meta just below the title and want to show below the post. Then you can replace previous css with the following:
.entry-header .entry-meta { display: none; }Regards,
SakinSakin
Keymaster@Klaas: Are you using Catch Everest Theme?
If you want to hide entry meta then you add the following css in “Appearance => Theme Options => Custom CSS” box.
.entry-meta { display: none; }Sakin
Keymaster@Wolfgang: First you shouldn’t change core theme files inside ‘simple-catch-pro’ theme directory. As these changes will be reverted back to original when you update the theme. So, either you need to add these CSS in “Appearance => Theme Options => Custom CSS” box or you need to build child theme and add it in child theme style.css
I will not able to check in details until you have live site URL. So, I have come up with the css on the basic of your screenshot. Try the following.
@media screen and (max-width: 767px) { #header-content { background-repeat: no-repeat; padding-bottom: 125px; position: relative; } #sidebar-top { bottom: 0; position: absolute; } } -
AuthorPosts
