Forum Replies Created
-
AuthorPosts
-
November 16, 2014 at 7:54 am in reply to: How to remove horizontal line under navigation menu bar #47557
Sakin
Keymaster@aleks.mavric123: I am not sure which menu border you are talking about. If you are talking about your blue stick menu at the top then you can remove that by adding in the following css in “Appearance => Theme Options => Custom CSS” box:
#thsp-sticky-header { border: none; }But if you are talking about the main menu then you need to add the following css instead:
#header #mainmenu, #header #mainmenu ul li { border-bottom: none; }Sakin
Keymaster@fmck718: You can adjust the line-height, padding-top and padding-bottom as per your need in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.
#header-menu ul.menu ul a { line-height: 24px; padding-top: 10px; padding-bottom: 10px; }November 16, 2014 at 6:00 am in reply to: Home Page Posts – how to remove author and category #47553Sakin
Keymaster@HARDEEP: That’s nice. But, you can just replace those custom css with only one css. That will be
.entry-meta { display: none; }November 16, 2014 at 5:58 am in reply to: Remove Page Entry title without removing Slider Caption #47552Sakin
Keymaster@bigoslesli: If you just want to remove the page header then replace your css with the following css in “Appearance => Theme Options => Custom CSS” box.
.page #main .entry-header { display: none; }Sakin
Keymaster@Israel: It’s little stage as the same settings is working fine in our server. I have also emailed to you understand this issue better. You can reply me there as well. Do you have any cache plugin installed, then can you ago to that cache plugin settings and clear your cache and check in.
Sakin
Keymaster@Israel: Thanks for your update. Yes, looks like you have WordPress user permission problem.
Sakin
KeymasterHello Ralf,
I am not sure what are you talking about. Sorry, the Catch Kathmandu doesn’t have option to add image on top of each side. There is option in Pro version using Sidebar Header Top and add two image widget and then alight it left and right.
But in free version, you only have option to use Header Right Sidebar. I am not sure how you have set up your site and how it want to look like. In Free version as well, you can have 2 images in header. One from “Appearance => Header” and upload the Header Image, this will be at the left of your site. Then you can add second image through widget in Header Right Sidebar from “Appearance => Widgets”. So, this is bit complicated.
Note: M suggestion will be to upload single large image from “Appearance => Header” that combine both your left image and right image.
Sakin
Keymaster@bigoslesli: You don’t need to change the color of your site title and tagline from Custom CSS. You can change that from “Appearance => Header” and change the color from Header Text ‘Text Color’ option.
Sakin
Keymaster@RaulDuke: What is the screen-size from which you are viewing your site. Looks like the resolutions of your screen-size is larger then 1600px. This screen-size is not used mostly for web. So, I don’t recommend uploading image larger then this as it increases your website size and loading time.
Sakin
Keymaster1. For space between the widget in footer, you can add the following css in “Appearance => Theme Options => Custom CSS” box.
#footer-sidebar .widget-area .widget { margin-bottom: 10px; }2. You can add the following css in “Appearance => Theme Options => Custom CSS” box.
#footer-sidebar { border-top: 4px solid #f1c400; }3. You can add the following css in “Appearance => Theme Options => Custom CSS” box.
#footer-sidebar .widget ul.menu { list-style: outside none disc; margin-left: 20px; }Sakin
Keymaster@Whitney: I am not sure that url will work in the table. So, I suggest you to get the embed code of the video from the youtube. In you youtube video, click in Share and then Embed and you will get the embed code.
Also when you are using Table, make sure you have responsive design table or use responsive columns. You can get these from plugins.
Sakin
Keymaster@boosted179: Hum sorry there is no option to do that. It uses same li items to all. So, we need to change the menu script.
November 14, 2014 at 6:16 am in reply to: How to change background color, font size of internal pages? #47474Sakin
Keymaster@harish: For detail color options, you should consider upgrading to Pro version.
For page background color, you can change the color code and font size in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box.
#content .type-page { background-color: #fff; font-size: 15px; }Sakin
KeymasterHi Kathy,
1. To hover the links, you can add the following css in “Appearance => Theme Options => Custom CSS” box.
a:hover, .entry-header .entry-title a:hover { text-decoration: underline; }Note: The above css will not work for menu and site title. Let me know if you need to do for that as well.
2. Maybe, you haven’t assign your menu as Primary Menu from “Appearance => Menus => Manage Locations”. Also you need to check in, you if you have disable “Header Right Sidebar” from “Appearance => Theme Options => Header Options”
Regards,
SakinSakin
Keymaster@fmck718: Ok then replace the following previous css that I gave you
@media screen and (max-width: 767px) { #header-top .widget.widget_nav_menu .sb-holder { display: none; } }With the following css:
@media screen and (max-width: 767px) { #header-top .widget.widget_nav_menu .sb-holder, .home #featured-post { display: none; } }Sakin
Keymaster@Vibelingo: Can you try adding in the following css in “Appearance => Theme Options => Custom CSS” box.
.home #content .entry-header { display: none; }Sakin
Keymaster@AlexBelko: Just go to “Appearance => Widgets” from your WordPress dashboard. Then drag and drop “Text Widget” to Header Right Sidebar”. Then in text widget, you can add in your phone no.
November 14, 2014 at 5:32 am in reply to: Theme Options Missing after Update of WordPress URL and Site Address #47467Sakin
Keymaster@Meg: Yes, you need to do it right way. I also had similar problem when I was changing site from demo server to live server. This seems to be very confusing. I don’t know why WordPress has this option and not change the database.
Sakin
Keymaster@vidyaekta: You cannot upload the screenshot in our forum. But you can upload in your site or any photo-sharing site and just add in the link here.
To add the header image:
1. Go to “Appearance => Theme Options => Header Featured Image”
2. Then in “Enable Featured Header Image”, check in Entire Site. As you want the same header image in Entire Site
3. Paste in your image URL or upload the image in “Featured Header Image URL”
4. Then fill in the necessary as per your need and save change.You can disable the header right section from “Appearance => Theme Options => Header Options”
You can remove the your logo and title and description as per your need. For that go to “Appearance => Header” and remove it.
Then you can add the following css in “Appearance => Theme Options => Custom CSS” box to completely hide the header white area
#masthead { display: none; }Sakin
Keymaster@Aleao: It’s some for the pages as well. You will see the same option box in page and post. If you don’t see it in page, then please check in your “Screen Options”in the Top right of page when you are in edit page. Then make sure you have checked in “Catch Kathmandu Options”. If this is unchecked then you will not get that option.
-
AuthorPosts
