Forum Replies Created
-
AuthorPosts
-
Sakin
KeymasterDear S. Bartsch,
There is no option to add screenshot in this forum. But you can upload your screenshot image in your site or any photo sharing site and then add in your image url here.
Regards,
SakinSakin
Keymaster@shamwow: Sorry not so clear what you want. If you don’t need to change your homepage and remain as it is then you don’t need to add anything in “Reading Settings”.
Sakin
KeymasterHello Poornima,
Try adding in the following css in “Appearance => Theme Options => Custom CSS” box.
#access ul li a { padding: 0 51px; }Regards,
SakinSakin
Keymaster@theresem: Where did you get login link. Are you talking about widget in Sidebar then go to “Appearance => Widgets” and then add or remove widgets in respective sidebars.
Sakin
Keymaster@theresem: Go to “Appearance => Theme Options => Color Options => Site Color Options” and then change “Footer Background Color” and save changes.
Sakin
KeymasterHello Ian,
To center the calendar, try adding in the following css in “Appearance => Theme Options => Custom CSS” box.
.spider_calendar #calendar_1 { display: block; margin: 0 auto; }To change the border color in our sidebar widgets, you can add the following css in “Appearance => Theme Options => Custom CSS” box.
#secondary .widget { border-color: #516856; }Yes, you should not edit any files inside the theme directory ‘catch-kathmandu-pro’ as these files will be reverted back to original when you update the theme. So, you will loose your customization. So, to preserve this either you need to add your custom css in “Appearance => Theme Options => Custom CSS” box or by building child theme and adding you custom css in child theme style.css.
Regards,
SakinSakin
KeymasterHello Yuliya,
1. How to reduce space above and below logo?
— For this, you can adjust the padding as per you need need in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.#header-content { padding-top: 50px; padding-bottom: 30px; } #site-logo { padding-bottom: 20px; }2. Is it possible to increase a text size on header right widget (where I have a phone number)?
— You can add the following css in “Appearance => Theme Options => Custom CSS” box. If needed you can increase the size more.
#sidebar-header .widget_text { font-size: 16px; }3. Very important: can I remove page names on individual pages (because they fall exactly on ornament strip – pls. see http://www.3bulavki.com.ua)? Or another solution – print the on some background (black of white)…
— You can either add white background by adding in following css in “Appearance => Theme Options => Custom CSS” box.
#main { background-color: #fff; }
or hide with the following css
.page .entry-header { visibility: hidden; }
or you can just add background in page title
.page .entry-header { background-color: #fff; }Regards,
SakinSakin
Keymaster@AKMARK5000: Yes, as you said you want content visible to only register user. So, you need some kind of membership and access control plugin.
Sakin
Keymaster@kteschmitt: If you are using Child theme then create empty
functions.phpfile in your child theme and then copycatchbox_header_menu()function from Catch Boxfunctions.phpand then edit it in your child theme as per your need.Sakin
KeymasterHello SBartsch,
I check in your site in Chrome browser and it’s working fine. Can you refresh your chrome browser and check in. There might be cache issue or also check in your chrome extension and zoom.
Regards,
SakinJune 3, 2014 at 12:39 am in reply to: Image slider width differences firefox and chrome browsers #33317Sakin
Keymaster@Peter: Can you refresh your Firefox browser and check in as it’s showing full width in both Chrome and Firefox.
Sakin
KeymasterHello Valerie,
Can you are try adding in the following css in “Appearance => Theme Options => Custom CSS” box.
.page.hentry { border: none; }Regards,
SakinSakin
KeymasterHi Harald,
If you are talking about the space above your site title then you can adjust the margin in the following css and add it in “Appearance => Theme Options => Custom CSS” box.
.site { margin-top: 40px; }Regards,
SakinSakin
Keymaster@dmcleman: Yes you can add that either in
header.phporfunctions.phpin your child theme. Catch Box Free theme doesn’t have Header Right Sidebar. So, it might be difficult for you to add in. Only Catch Box Pro has Header Right Sidebar and Header Top Sidebar.Sakin
Keymaster@slickuser: Looks like you already changed the theme. Let me know once you are back to our themes and then I will send you css to change it.
Sakin
Keymaster@AKMARK5000: Sorry for this you need to check for plugin to control access.
Sakin
Keymaster@Joaozinho: You can add the following css in “Appearance => Theme Options => Custom CSS” box to remove border from images in that particular page.
#post-13211 .entry-content img { border: none; }Sakin
Keymaster@luismarioochoa: Sorry I am not being able to find the problem and solution. I check in your site http://bloomrestaurant.com/ from my Android Phone and it is displaying properly. I can zoom in and then select menu items.
Sakin
Keymaster@dfwrgjeff: For spaces between Menu and Header logo, you can change the padding as per your need and then add the following css in “Appearance => Theme Options => Custom CSS” box.
#hgroup-wrap { padding-bottom: 50px; }But I don’t understand your second question. Please explain.
-
AuthorPosts
