Mohsin
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Remove white space above the header and reduce the heHi @renu111
There is border in bottom of the header
add this line of of code in your css to remove this space#header-holder { border-bottom:0 !important; }
Happy WordPressing ??
Forum: Themes and Templates
In reply to: [Argent] Delete space Banner& TitleFor reducing space between title and text add this code in css.
.page-header, .page-content h1 { margin-bottom:0 !important; }
Happy WordPressing ??
Forum: Themes and Templates
In reply to: [Argent] Delete space Banner& TitleHi, add this line of code in your css,
.site-main { margin-top:0 !important; }
Forum: Fixing WordPress
In reply to: Removed logo & menuHi, Please provide URL or at least tell us the name of theme that you using in you wordpress theme.
Thank you.
Forum: Fixing WordPress
In reply to: How to remove slider from mobile view – Zerif Lite ThemeAdd this line of code in your css for hiding slider on mobile view.
@media screen and (max-width: 767px) { .home-header-wrap {display: none !important;} }
Forum: Themes and Templates
In reply to: [Customizr] Buttons in boxesHi, i am so sorry i am not seeing any box when i clicking on logo or navigation
see in action : https://screencast.com/t/fNQb03fjPRd
Thank you @rdellconsulting for you help
happy wordpressing ??Forum: Themes and Templates
In reply to: [Customizr] Buttons in boxesSorry for another question, you want to hide this button
right ?
see screenshot for more detail
https://www.awesomescreenshot.com/image/955352/cf4e3bc83e39efcba0f729471a33528eForum: Fixing WordPress
In reply to: How to remove slider from mobile view – Zerif Lite ThemePlease tell me one thing, you want to hide complete slider on mobile view or just 1 image
ThanksForum: Fixing WordPress
In reply to: Issue with Banner Wrap/Content BoxesHi,
open style.css and paste this line of code.#post-2 .span3:first-child { margin-left:0 }
You are done ??
Let me know of you need more help.Thanks
Forum: Fixing WordPress
In reply to: How to change Colors in the theme! HELPAdd also this line of code for header and footer
#footer, #main-nav { background: #ff96ca !important; }
Forum: Fixing WordPress
In reply to: How to change Colors in the theme! HELPopen up style.css file and paste this line of code
Forum: Themes and Templates
In reply to: [Phogra] menu link open in new windowGo to Appearance > Menus
open screen option and check Link Target then open menu item and check open link in new window/tabscreenshots
https://www.awesomescreenshot.com/image/952490/dcdf4aba1347153c0fd9e933413b9d3e
https://www.awesomescreenshot.com/image/952492/9316df051068f526a71657e21a0e14afThank You
Forum: Themes and Templates
In reply to: [Storefront] Remove white space between Slider and HeaderAdd this line of code in your css
#rev-slider-widget-3 {
padding-top:0 !important;
}let me know of you need any help.
Forum: Themes and Templates
In reply to: Moving My Menu below my headerHi,for moving navigation to below header img you need to move your code
first of all open up header.php file
you have .site-header header with two divs
.site-header-main and .header-image , copy the complete code of your .header-image div and paste it below .header-image div content
Let me know if you need any help.Thank You
Forum: Themes and Templates
In reply to: [Invert Lite] Contact pageHi. This theme is not providing any contact form. install plugin like contact form 7, gravity forms for your website and insert shortcode to display contact form.
Let me know if you need any help.Thank You.