Piyush
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Fruitful] Make Featured Image overlap content boxOpen the css goto line number 10 remove the margin-left:-20px and change the width 598px https://350f2h3jkir93bsly2c4imnks5.wpengine.netdna-cdn.com/wp-content/themes/NRCC2013/style.css
code is :
section.blog article > .middle {
background: none repeat scroll 0 0 #222222;
border-bottom: 3px solid #D4422F;
color: #FFFFFF;
position: relative;
width: 598px;
z-index: 100;
}Forum: Themes and Templates
In reply to: Mystile theme: Price colourgive the url.
Forum: Themes and Templates
In reply to: Changing text color of Picochic sidebarcan you give the url..
Forum: Themes and Templates
In reply to: The Morning After Sidebar issueOpen the style.css file add the below code in this file and check..
I hope it will work for you.widget {
margin: 0 0 1.4em;
width: 470px !important;
}Forum: Themes and Templates
In reply to: Creating dropdown menus in nav barHey may be you create a two menu and both menu are display here..
So you just go to appearance > menu -> manage location and select any one of them..I hope it will be work for you..
Forum: Themes and Templates
In reply to: [Virtue] Change menu hover color and casingI know you can managed the all the font color and size you can change in admin panel..
But if you want to change by the code in css file then add the below code in style.css file
a, #nav-main ul.sf-menu ul li a:hover, .product_price ins .amount, .price ins .amount, .color_primary, .primary-color, #logo a.brand, #nav-main ul.sf-menu a:hover, .woocommerce-message:before, .woocommerce-info:before, #nav-second ul.sf-menu a:hover, .footerclass a:hover, .posttags a:hover, .subhead a:hover, .nav-trigger-case:hover .kad-menu-name, .nav-trigger-case:hover .kad-navbtn, #kadbreadcrumbs a:hover, #wp-calendar a { color:#000 !important; } #nav-main ul.sf-menu a { text-transform:uppercase }
Forum: Themes and Templates
In reply to: [Virtue] Change menu hover color and casingI know you can managed the all the font color and size you can change in admin panel..
But if you want to change by the code in css file then add the below code in style.css file
a, #nav-main ul.sf-menu ul li a:hover, .product_price ins .amount, .price ins .amount, .color_primary, .primary-color, #logo a.brand, #nav-main ul.sf-menu a:hover, .woocommerce-message:before, .woocommerce-info:before, #nav-second ul.sf-menu a:hover, .footerclass a:hover, .posttags a:hover, .subhead a:hover, .nav-trigger-case:hover .kad-menu-name, .nav-trigger-case:hover .kad-navbtn, #kadbreadcrumbs a:hover, #wp-calendar a
{
color:#000 !important;
}#nav-main ul.sf-menu a
{
text-transform:uppercase
}Forum: Themes and Templates
In reply to: [Virtue] Change menu hover color and casingCan you list out the url or give the theme name so we can check and give the code for the help..
Add the below code in style.css file and check i hope it will be work
.full-width .site-content .has-post-thumbnail .entry-header, .full-width.singular .site-content .hentry.has-post-thumbnail
{
pading:0px !important;
}
.full-width .archive-header, .full-width .comments-area, .full-width .image-navigation, .full-width .page-header, .full-width .page-content, .full-width .post-navigation, .full-width .site-content .entry-header, .full-width .site-content .entry-content, .full-width .site-content .entry-summary, .full-width .site-content footer.entry-meta
{
padding:0px !importan;
}Forum: Themes and Templates
In reply to: [Basically] Remove comment block from About pageGo to pages>in About page select quick edit then disable the check box of Allow Comments..
Forum: Themes and Templates
In reply to: [Customizr] How to remove icon next to menu in sidebar?you want to remove the icon for before the “TABLE OF CONTENTS” ?
Forum: Themes and Templates
In reply to: [Travel Blogger] How to add info into the footer?ok i am sorry..@esmi Moderator..
Forum: Themes and Templates
In reply to: [Customizr] Changing copyright theme footerplease check on footer.php file .
I hope you can get in this file..Forum: Themes and Templates
In reply to: [Travel Blogger] How to add info into the footer?you can add anything in footer.php file..
Forum: Fixing WordPress
In reply to: Bad dashboard appearancehey dashboard css is broken..