Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@bigoslesli: nice 🙂
Sakin
Keymaster@Melissa: Can you let me know what are you testing. Please don’t test in our support forum. Thanks
Sakin
Keymaster@Richard: In Catch Box Pro theme, if you just want to use Social Icons in the header right sidebar and remove search then you can go to “Appearance => Widgets” and add “Catch Box Social Widget” to Header Right Sidebar.
Sakin
Keymaster@luvharris: ok I got it. It’s because of the following css in your Custom CSS box, where you have made white background for current page. So, your can either change that background color or add text color in the following css:
/* For menu bar color – current page */ #header-menu .menu .current-menu-item > a, #header-menu .menu .current-menu-ancestor > a, #header-menu .menu .current_page_item > a, #header-menu .menu .current_page_ancestor > a { background-color: White; }Maybe just change background color like this:
/* For menu bar color – current page */ #header-menu .menu .current-menu-item > a, #header-menu .menu .current-menu-ancestor > a, #header-menu .menu .current_page_item > a, #header-menu .menu .current_page_ancestor > a { background-color: #86cf86; }Or maybe you want to keep the background color white but make the text color green, then it will be as:
/* For menu bar color – current page */ #header-menu .menu .current-menu-item > a, #header-menu .menu .current-menu-ancestor > a, #header-menu .menu .current_page_item > a, #header-menu .menu .current_page_ancestor > a { background-color: #fff; color: #86cf86; }Sakin
Keymasterthanks for your appreciation
Sakin
Keymaster@andriansah: Yes, it’s from the plugin settings.
Sakin
Keymaster@Francis: Sorry I am bit confused with image are you talking about. Can you explain me or maybe upload screenshot in your site and send me url explaining the issue.
Sakin
Keymaster@Kim: sorry there is no option to do that. For this you need to build child theme and then copy
content.phpfile in your child theme and then edit it as per your need using isis_sticky()condition.Sakin
Keymaster@Camel1021: Exact px of the height depends on the screensize that you are viewing from.
Sakin
Keymaster@Lisa: Sorry we cannot guarantee Cross Browser in Custom css. If you use theme functions then yes, it will similar.
Sakin
Keymaster@al9x_creative: There is no option to add in by theme options. You need to build child theme and then copy content.php file in your child theme and add in the title over there. This is bit technical and you might need to hire developer to work on it.
Sakin
Keymaster@teegee777: you can add following css:
#feature-slider .cycle-slideshow img { margin: 0; }Sakin
Keymaster@luvharris: Sorry I don’t get it what you mean.
Sakin
Keymaster@Saverio: Sorry I don’t get it what you mean. Can you explain please?
Sakin
Keymaster@ncfarmerboy: You need to contact your Site Hosting Company to increase the upload limit. They need to edit php.ini file with the following code:
upload_max_filesize = 40M post_max_size = 40MSakin
Keymaster@Jean-Paul: Sorry there is no option to do that. Featured Images are used for Archive/homepage and for slider. As you can just add your featured image in your page/post content editor and it will display it.
But have you tried in “Header Featured Image Options” from your Theme Options panel. There in “Enable Featured Header Image” you can choose “Pages & Posts”.
Sakin
Keymaster@luismarioochoa:
1. Let me know it what you want to do with the search. I think it’s better to hide it or show below the header image in mobile devices.
2. Image size is mentioned properly in theme instructions page at http://catchthemes.com/theme-instructions/catch-everest-pro/Sakin
Keymaster@nextstep: Catch Box Pro is an advance version of Catch Box Free theme and there are lot of nice additional featured in pro version which is listed in theme instructions page at http://catchthemes.com/theme-instructions/catch-box-pro/
Sakin
Keymaster@offirkeren: I don’t get it what you mean. Your images under More Mobile Casinos are arranged in table. So, it’s your table code.
-
AuthorPosts
