Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Rufi139: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.page-id-458 .widget.widget_black_studio_tinymce { background-color: transparent; border-bottom: none; }Sakin
Keymaster@Joaozinho: For that you need to build child theme and then copy category.php in your child theme and edit the title there.
Sakin
Keymaster@electricidee: Sorry I don’t get what you mean. Can you explain to me with screenshot.
Sakin
Keymaster@hopelovefreedom: are you talking about paragraph spacing, then you can adjust the margin button as per you need and add the following CSS in “Appearance => Theme Options => Custom CSS” box.
p { margin-bottom: 20px; }Sakin
Keymaster@xylemclothing: Sorry you cannot do that for the header image. So, you to add another image in the header top sidebar or header featured image.
Sakin
Keymaster@ajamison: I just check in your site and see both title and excerpt in the Featured Slider.
Sakin
Keymaster@portolan: I need to check in your WordPress admin. So, I will have to get the access. I will contact you through email.
Sakin
Keymaster@xylemclothing: Yes you can remove the last menu divider by adding the following css.
#header-menu ul.menu li:last-child { background: none; }Sakin
Keymaster@hgroup: you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#hgroup { padding-top: 0; }Sakin
Keymaster@ajamison: You are using old version. Please update to latest version of Catch Everest theme. We don’t support old version.
Sakin
Keymaster@xylemclothing: For that you need to first upload the separator image and then add the following css in “Appearance => Theme Options => Custom CSS” box. In the following CSS, change the Image URl text with your your separator image url
#header-menu ul.menu li { background: url("Image URL") no-repeat scroll right center transparent; }Sakin
Keymaster@xylemclothing: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box to remove the margin bottom between the footer widgets.
#footer-sidebar .widget { margin-bottom: 0; }For header section. I see that you have add all that in Table. So, I cannot change much from the css code. Can you try adding vertical align to top and check it. Try adding int he following CSS.
#header-right td { vertical-align: top; }Sakin
Keymaster@frederikwa: You have added long “Site Title” that is why it is big. You should add it in Tagline from “Settings => General”.
Sakin
Keymaster@kbarbera: As per the design in Catch Everest Pro theme, you can either add 3 featured content in one line or 4 features content in 1 line.
Sakin
Keymaster@JayCeeEm: If you have change that file, then you can just change any setting in your Theme Options panel to clear the cache setup in Slider.
Sakin
Keymaster@impresnet: If you want to change the color of overall site area then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.site { background-color: #000; }Sakin
Keymaster@ryanjndd5: I gave you the instruction. Just go to “Appearance => Theme Options => Social Link” and add the link to your social profile url
Sakin
Keymaster@Plainfield Library: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.site { overflow: visible; }August 20, 2013 at 9:23 pm in reply to: Remove text for location on certain pages in Navigation Menu #13478Sakin
Keymaster@interiorsalvage: I don’t get it what you mean. Do you mean to remove “Category Archives: Projects”. Then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.page-header .page-title { display: none; } -
AuthorPosts
