Forum Replies Created
-
AuthorPosts
-
May 31, 2013 at 10:28 am in reply to: Update changed site description and color…..please help! #9734
Sakin
Keymaster@ktglasscock: Don’t edit any core theme css and files. To change core theme file you need to build child theme and do the edits.
But if you just want to change CSS. Then you don’t need to build child theme but you have to add the changes css in Custom CSS box that you wil find in “Appearance => Theme Options”.
Sakin
Keymaster@monkandmarvel: Looks like you have customize the theme. So, I don’t know what you have done it. Get developer to fix it. Once you have customize the theme with editing core theme files, we cannot track it.
Sakin
Keymaster@japegar: You have to add image through widget to header right sidebar From “Appearance => Widgets”
Sakin
Keymaster@Terry M: To change that form coding will need to hire developer and build child theme and edit functions.php where image is define.
But you can adjust with css by adding the following CSS in “Appearance => Theme Options => Custom CSS” box
@media screen and (min-width: 1060px) { .home .post .post-thumb a img { width: 150px; } .home .post .post-thumb { width: 160px; } }Sakin
Keymaster@xpyouth: It’s because you have disable responsive design. Once you disable the responsive, it will show the full width website in mobile and will work as per the setting of mobile devices. If you want consistence in mobile design then you need to enable responsive design.
Sakin
Keymaster@xpyouth: That because of fit video script. It’s take the whole wrapper. So, what you can do it add the a div wrapper before your script.
<div style="width:640px;">[youtube http://www.youtube.com/watch?v=4fPybfTaIO0?rel=0&w=640&h=360]</div>Sakin
Keymaster@xpyouth: If this happening to your site only or in our demo pages as well. As when you disable the Responsive design, it display as per the devices nothing from our css.
Sakin
Keymaster@frog357: It cannot be done though the css. You need to change the core theme files and then css. So, you need to build child theme and then add the sidebar in your header.php before primary div. and then change the css. So, you might need to consider hiring developer for you.
Sakin
Keymaster@donestefano71: Great that you solved it. Now are you talking about menu. Then right now your using default menu options by WordPress itself. It’s not manual, it’s from function wp_nav_menu() http://codex.wordpress.org/Function_Reference/wp_nav_menu . If you need to customize this then you have to use action filter.
Sakin
Keymaster@kulsoomtm: I got the URL but you didn’t told me which widgets to change.
Sakin
KeymasterJust add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#home-top-sidebar .widget p { display: none; }Sakin
Keymaster@mintamim: For site description add the following css
#site-details #site-description { color: #000; }For header search input box border.
#header .social-search form.searchform input { border: 1px solid #000; height: 33px; width: 200px; }Sakin
Keymaster@tamesidemartialarts: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#header-left { text-align: center; width: 100%; } #site-logo { width: 100%; } #hgroup-wrap img { display: inline-block; }Sakin
Keymaster@[email protected]: Yes but for this I need your site URL.
Sakin
Keymaster@kulsoomtm: For that you need to add custom css. Can you send me site URL and tell me which all to change and the color code. Then I will send you the css.
Sakin
Keymaster@TabithaHofmeijer: When you install the WordPress SEO plugin by yoast. It will change as per your setting in plugin.
-
AuthorPosts
