Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@terra: Can you select sidebar on those product page. If not then you need to use plugin for that. Search plugin in wordpress.org/plugins
Sakin
Keymaster@Ralph177: You need to add both the ads in Header Right Sidebar. Remove the ads from Header Top Sidebar. Then add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#sidebar-header-right .widget_catchbox_adwidget { margin-botton: 0; }Sakin
Keymaster@ianroach: There in no option to do that. You need to build Child Theme and replace slider with the video.
Sakin
Keymaster@Graham: You need to remove the following CSS from your Custom CSS:
#header-right.header-sidebar.widget-area { height: 10px; } #header-right.header-sidebar.widget-area { margin-bottom: 0; padding-top: 10px; } #text-2.widget.widget_text { height: 5px; }Then add the following CSS in your Custom CSS
#text-2.widget.widget_text { margin-bottom: 0; }Sakin
Keymaster@Graham: try using hexadecimal color code in CSS. So, your Custom CSS can be as.
#header-menu ul.menu { border-top: 3px solid #fff; }Sakin
Keymaster@Ralph177: Sorry I don’t understand what you mean. Can you explain please or share screenshot showing what you want.
Sakin
Keymaster@bossydsmom: Please post in your site URL?
Sakin
Keymaster@Ralph177: Sorry I don’t know about your detail customization that you have done in the site. So, for this you need to hire customizer to work on it.
Sakin
Keymaster@Graham: When I check in your site. The social icons are looking perfect. If you want to change the social icon image then you need to replace the image from your image directory in your theme directory.
Sakin
Keymaster@AnnaLena: For Institut Banner Image, just add the following CSS in “Appearance => Theme Options Custom CSS” box.
.page-id-2 #main { padding-top: 0; } #bannerbild { margin-left: -40px; margin-right: -40px; } @media screen and (min-width: 1190px) { #bannerbild { margin-left: -50px; margin-right: -50px; } } @media screen and (max-width: 1060px) { #bannerbild { margin-left: -30px; margin-right: -30px; } }For font embed, it bit problematic. You need to build child theme and add font and then embed it. You cannot do it directly. So, the best option will be to use the Font Plugin. Search the plugin in wordpress.org/plugins
Sakin
Keymaster@agermanucf: People will use pages in the page and post. So, if you want to link back to the main page then the title is useful. You can add the following CSS in “Appearance => Theme Options => Custom CSS” to hide the title only from the pages.
.page .entry-title { display: none; }December 29, 2013 at 10:27 am in reply to: Header Options: Additional option to move logo position up and do #18714Sakin
Keymaster@Markus: Can you try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
@media screen and (min-width: 961px) { .widget.widget_hybridconnect_widget { margin-top: -12px; padding-top: 0; } }Sakin
Keymaster@JamieNovak: That will be possible only by custom coding and building child theme. So, better use plugin which have social icons with email me or you can hire customizer to build child theme and add it.
Sakin
Keymaster@JamieNovak: Sorry when you are posing your long codes. Please use either pastebin.com or gist.github.com and paste in the link here. It will be easier to read code that way.
About your Captcha. You need to check in with your Captcha Plugin and Script. This is not a theme related issue and sorry we will not be able to find it. So, please post in that captcha or newsletter support forum.
Sakin
Keymaster@Charles: It would have been easy if you have posted in your site URL. So, now I am guessing that you are using Catch Evolution theme and wanted to center post and page titles. For that can you try adding in the following css in “Appearance => Theme Options => Custom CSS” box.
.entry-title { text-align: center; }Sakin
Keymaster@chukarnold: Can you try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
#header .bottom-bg { padding-top: 0; }Sakin
Keymaster@agermanucf: If you want to remove link from your page title then you need to build child theme and then create a
functions.phpfile and then copy the function
simplecatch_loop()fromsimplecatch_functions.phpfile and edit it. -
AuthorPosts
