muktadhawan
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Find Google Analytics codewp-content/themes/yourtheme/header.php
Forum: Fixing WordPress
In reply to: Menu not transparent as written in CSSplease marked it resolved. if your issue has fixed
Forum: Fixing WordPress
In reply to: Simple CSS Command Help For Newly Made Blog In Child ThemeAll points can not be do by only using css some need coding. so please check with your developer and designer.
Forum: Everything else WordPress
In reply to: Find Google Analytics codeIf website has no plugin for this then You can check header.php file for this. May be code is there
Forum: Fixing WordPress
In reply to: Menu not transparent as written in CSSTo remove white line Add this css
.top_bar, html {border: 0px;}
Forum: Fixing WordPress
In reply to: How can i center the text at footerThis is paid theme. please contact to theme support team they can better assist you. or you ask to your developer/designer if there is any option in theme
Forum: Fixing WordPress
In reply to: How can i center the text at footerI am not sure. as i have no idea which cms your are using to built this website. Can you please tell me on which platform it is built may be after that i can help you.
- This reply was modified 4 years, 6 months ago by muktadhawan.
Forum: Fixing WordPress
In reply to: Menu not transparent as written in CSSPlease try this:-
.home .top_bar.scroll {background: #fff;}
.home #wrapper {padding-top: 0px !important;}
.home .top_bar, html {background-color: transparent;}
.home .menu-main-menu-container a { color: #fff !important;}
.home .top_bar.scroll .menu-main-menu-container a {color: #000 !important;}Forum: Fixing WordPress
In reply to: How can i center the text at footerYour html code is wrong. Please try to add this one:-
<div class=”col-lg-4 col-md-4 col-sm-12 col-xs-12″><span class=”footer-logo”>
</span> </div>
<div class=”footer-links col-lg-4 col-md-4 col-sm-12 col-xs-12″>
https://www.hiringcambodia.com@2020
</div>Hop this will work for you
Forum: Requests and Feedback
In reply to: No left margin while using bullet listadd padding-left in your
-
Try This
Forum: Fixing WordPress
In reply to: Child Theme FooterI have Checked.
your copyright text div is outside the blue background div. Although you can add this css. Hope this will work for you.#copyright {
color: #fff;
position: relative;
top: 0;
left: 0;
font-size: 13px;
float: left;
text-align: center;
background: #003399;
width: 100%;
/* padding-top: 2%; */
}
As #copyright is already in your css file so please replace above style with old styleForum: Fixing WordPress
In reply to: Menu not transparent as written in CSSI have checked it and find wrapper has given inline style i.e:-
<div class=” ” style=”padding-top: 75px; margin-bottom: 418px;” id=”wrapper”>Please try to delete “padding top”
And Then add this css:-
.top_bar, html {
background-color: transparent;
}Then check if it work for you
Forum: Accessibility
In reply to: Product image with zero padding inside the product boxI have checked there is no product on your website
Forum: Requests and Feedback
In reply to: No left margin while using bullet listYour point nor clear. can you explain it again very clear?
Forum: Everything else WordPress
In reply to: Home page not displaying correctlyPlease marked it resolved if you find it fine
- This reply was modified 4 years, 6 months ago by muktadhawan.