webdev2087
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [AccessPress Parallax] page title!Please provide a link to your website.
Please provide a link to your website.
Forum: Themes and Templates
In reply to: [Vantage] custom background colorYou should use
#main {
background:mycolor!important;
}It will be in your style.css
I don’t suggest you change it directly. It would be smart to use a child theme
Forum: Themes and Templates
In reply to: [Catch Flames] center foot imageCould you post a link to the site?
Forum: Themes and Templates
In reply to: [Vantage] custom background colorCould you post a link to the site?
It should be in your style.css
Forum: Themes and Templates
In reply to: Satellite theme not installing@wpyogi –
Very cool actually. It’s like a secret treasure chest has been unlocked. I’m surprised it has not been more talked about and widely known.
Forum: Themes and Templates
In reply to: Satellite theme not installing@wpyogi my bad. When did this happen? I just got back into WP.
That be said @jhayrocas maybe your download is corrupt try to download and install again.
Forum: Themes and Templates
In reply to: Satellite theme not installingummmmm why are you looking at themes on wordpress.com?
If you wanna run wordpress locally on a server. You need to be only concerned with ww.wp.xz.cn
You can see the themes for open source WP here
https://ww.wp.xz.cn/themes/Forum: Themes and Templates
In reply to: [Vantage] custom background colorDepends where it is stored usually something like
body { background:mycolor; } or html { background:mycolor; } or html, body { background:mycolor; }Forum: Themes and Templates
In reply to: [Customizr] Homepage Slider is being pushed upHave you tried setting a margin ?
something likediv#customizr-slider { margin-top: 7px; }in your css file
Forum: Themes and Templates
In reply to: [ColorWay] Stop displaying page title in colorway themein your style.css if if you do have others you will have to be more specific
Forum: Themes and Templates
In reply to: [ColorWay] Stop displaying page title in colorway themeAssuming you have no other H2’s on your site you could put
h2 {display:none!important;}Forum: Themes and Templates
In reply to: [Hueman] font awesome iconsDid you install Font Awesome or did it come with the theme?