azfy22
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Center the headerHai there, put this css in your custom css. If its not working, add !important just like the css i give u before
.site-header .widget {
float: none;
}Forum: Themes and Templates
In reply to: [Twenty Fourteen] make id=main class=site-main to centerI manage to solve it. Hee
Forum: Themes and Templates
In reply to: [Spacious] Changing with of footer area in Spacious theme@memdesigns Im glad to help you. Cheers !
Forum: Themes and Templates
In reply to: Changing Site Title ColorsIm glad to help you ??
Forum: Themes and Templates
In reply to: Remove header from specific pagesheader {display: none !important}
Forum: Themes and Templates
In reply to: Changing Site Title ColorsIf you want to change the word ‘Honor’ only, you have to change the title to ‘Honor” and site description to ‘Home Services. Because the ‘Honor Home’ sentence is in a same css. After that use put the css below into your custom css
.logo h1 {color: #1874c1 !important}
Forum: Themes and Templates
In reply to: Changing Site Title ColorsI forgot to add !important. Try this.
h1 span {
color: #333 !important
}Forum: Themes and Templates
In reply to: Center the headerHai there. Please try this css and put it in your custom css
.site-branding {float:none !important}
.site-title {text-align: center !important}
.site-description {text-align: center !important}This should help. Thanks
Forum: Themes and Templates
In reply to: Changing Site Title Colorscan you install simple custom css plugin in your child theme. Once you install please activate it. Then copy and paste the css given(below) into the custom css. The plugin should be in the dashboard Appearance>Custom css.
h1 span {
color: #333;
}Forum: Themes and Templates
In reply to: How to hide page title on each page Shamrocktry this css
.entry-title (display: none !important))
Forum: Themes and Templates
In reply to: Blank Spacecan you give your website link here. Thanks.
Forum: Themes and Templates
In reply to: Changing Site Title Colorsthe ‘services’ word is in “<span>services</span>” and it has its own css. Edit it in the header.php file manually by deleting the <span></span>
or
you can override by adding this css(below) in your custom css:
{h1 span {color: #333 !important}
Try what suite you better. I hope this will help. Thanks.
Forum: Themes and Templates
In reply to: [Fortunato] How to remove Category: from page titlecan you show your website link here. Cant figure out what happen. Thanks
Forum: Themes and Templates
In reply to: [Spacious] Changing with of footer area in Spacious themeHai there. You just need to override your css in your custom css. Try this
.wide-1218 .inner-wrap {max-width: 100% !important}
Forum: Fixing WordPress
In reply to: wp-admin shows page not found and cannot login using wp-loginthanks @kmsessinger for your attention. I just solved it by installing new WordPress on that directory and import related database and the theme manually.