Forum Replies Created
-
AuthorPosts
-
Mahesh
Participant@courtney: Full width layout option is only available in Pro version. I recommend you to upgrade to Pro. If you don’t want sidebar in home page you can still change the layout to No Sidebar Content Width of that particular page. Go to edit page and select No Sidebar Content Width in Layout Option in Clean Education Option.
Regards,
MaheshMahesh
Participant@tourwithlewis: Thought you were using Catch Flames theme, the above code was for Catch Flames and you are using Simple Catch Pro.
For changing footer link to white, add the following CSS:#site-generator span, #site-generator a { color: #fff; }Regards
MaheshMahesh
Participant@mykul0rr: Sorry about that, you have enabled jetpack’s mobile theme, please disable it.
Regards,
MaheshMahesh
Participant@tourwithlewis: Use the following CSS:
#sidebar-header-right .widget_search { display: none; }Regards,
MaheshOctober 4, 2017 at 7:16 am in reply to: Issues with User Interface on Mobile and Other PLatforms #123633Mahesh
Participant@innov72: There are lots of
in the content that is causing the issue. Please edit and remove it.Regards,
MaheshMahesh
Participant@rangeisclear: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
#header-content { background: url("Your Image Url"); background-size: cover; background-repeat: no-repeat; background-position: center; }Note: Please replace Your Image Url in the above code with the url of the image of your choice.
Regards,
MaheshMahesh
Participant@rangeisclear: Please post in your site url.
Regards,
MaheshMahesh
Participant@innov72: I’ve replied you on your other thread, so I’ll skip this one. Please don’t put similar issue twice or more.
Regards,
MaheshOctober 4, 2017 at 5:23 am in reply to: Issues with User Interface on Mobile and Other PLatforms #123615Mahesh
Participant@innov72: What seems to be the issue? Just checked you website and its working just fine on both desktop, mobile and ipad devices. Does the issue occur on demo too?
https://catchthemes.com/demo/decree/
Let me know further.Regards,
MaheshMahesh
Participant@bjbarker: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and the following CSS:
@media screen and (min-width: 991px) { #main { width: 75%; } .sidebar.sidebar-primary.widget-area { width: 25%; } }Regards,
MaheshMahesh
Participant@simonjansson: You can change the layout on featured content to Two columns, Three Columns and Four Columns. Go to Dashboard=> Appearance=> Featured Content=> Select Featured Content Layout and change number of featured content in No of Featured Content option, after change the number, save and refresh the page for changes.
Regards,
MaheshOctober 4, 2017 at 12:41 am in reply to: Theme like Everest but with image slider rather than post slider ? #123596Mahesh
Participant@landyvlad: Thank you for using Catch Everest Pro. Sorry that I forgot to put the link in the above reply. Here’s the link for Featured Sliders informations.
https://catchthemes.com/theme-instructions/catch-everest-pro/#featured-sliderRegards,
MaheshMahesh
Participant@rijidij: This falls under plugin territory. Please find and choose the appropriate plugin in WordPress plugin repository for social sharing.
https://wordpress.org/plugins/Regards,
MaheshMahesh
Participant@zeldafwilliams: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
.widget_search { display: none; }Regards,
MaheshMahesh
Participant@rangeisclear: Glad that you’ve resolved the issue all by yourself.
Regards,
MaheshMahesh
Participant@tbraid12: Which version are you using? Please update to the latest version. Header image issue was fixed in version 4.1.3 which was released in August 2017. Latest version of the theme now available is 4.2.1 release on 23rd September 2017.
Regards,
MaheshOctober 3, 2017 at 11:53 pm in reply to: adding a HTML-tag (a verification code) in homepage #123588Mahesh
Participant@mark1974: As you’ve already put the verification code into your site, all you have to do now is to ask Google to re-crawl.
Regards,
MaheshMahesh
Participant@lord-phobos: Just checked your site, seems that you’ve directly modified the theme files. If you want some customization or modification, it is highly recommended that you create child theme. You can find more detail on creating child theme HERE.
Your site tagline is still there, as its color is same as that of the background color it seems invisible.
Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:#logo-wrap { width: 100%; } #site-details { margin: 0 auto; text-align: center; width: 80%; } @media screen and (max-width: 767px) { .has-header-left-menu #logo-wrap { width: 100%; } } #site-description { color: #000; }Regards,
Mahesh -
AuthorPosts
