sauravs012
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Virtue] Change font and color of “related products” textYes we can change font color, size etc…. and we can display both description short and prodcut long descrption in single.php
Forum: Themes and Templates
In reply to: I had like to fix something on my templateTwo ways to remove it from you website.
1. Display none that dive using css.
2. Comment the section or delete this section from your ttemplate…If you don’t know, then please post you template code and website
thanks…Forum: Plugins
In reply to: [WP Super Cache] Can’t see any improvementuse WP Fastest Cache in place of super cache…. its better
Forum: Themes and Templates
In reply to: Help PLEASE! Tweentysixteen child themeadd this css and clear your browser cache
.home .entry-content {
margin: 0px !important;
}thanks
check your single.php
find the_excerpt() and change it to the_content();
Forum: Themes and Templates
In reply to: Help PLEASE! Tweentysixteen child themeplease post link of that page
Forum: Themes and Templates
In reply to: [Juniper] Custom Logo Juniper Themefind theme setting in and then goto general section
Forum: Themes and Templates
In reply to: [Juniper] Custom Logo Juniper ThemeAppereance -> theme options -> header -> upload logo
Forum: Themes and Templates
In reply to: [ColorNews] Mobile menu them not showing all itens@media only screen and (min-width:10px) and (max-width: 767px) {
html #wpadminbar{
display:none;
}
#site-navigation ul > li a {
padding: 0 15px !impportant;
line-height: 32px !impportant;
font-size: 14px !impportant;
}
.sub-toggle {
height: 21px !impportant;
line-height: 21px !impportant;
width: 20px !impportant;
}
navigation .menu {
top: 84% !impportant;
}
#breaking-news {
padding-top: 0 !impportant;
}
}Forum: Themes and Templates
In reply to: [ColorNews] Mobile menu them not showing all itensyes there is an bug… For this we have decrease font size in menu and also decrease padding also…
no problem if it happen???
Forum: Themes and Templates
In reply to: [Zerif Lite] Zerif Lite adding photos to “Our Team” sectionplease add images and posted your link
Forum: Themes and Templates
In reply to: [ColorNews] Mobile menu them not showing all itensmenus are working fine from my side…
Add the CSS to remove the space#wpadminbar{
display: none !important;
}Thanks…
Forum: Themes and Templates
In reply to: [Zerif Lite] Zerif Lite adding photos to “Our Team” sectiongive custom css for well design….
Forum: Themes and Templates
In reply to: [Mk] Fixed Sidebar on some pages MK Liteplease give your website link
Forum: Themes and Templates
In reply to: [ColorNews] Mobile menu them not showing all itenshey aveangelus,
Please post your website linkthanks