Tagged: x
-
AuthorPosts
-
May 19, 2016 at 2:38 pm #1000113
ahurlburt53Participantcss not working
please help change background color too #d9e6ee on poth portfolio page and single portfolio. Also, the landmark title is to big ( font )
screen shot http://i.imgur.com/9NhymkB.png
May 19, 2016 at 6:08 pm #1000400
JadeModeratorHi there,
Please use this CSS:
.page-template-template-layout-portfolio .x-header-landmark, .single-x-portfolio .x-header-landmark { background-color: #d9e6ee; font-size: 50%; }Hope this helps.
May 20, 2016 at 5:02 am #1001272
ahurlburt53Participantno luck, any sugestions
May 20, 2016 at 6:15 am #1001329
LelyModeratorHello There,
Please check this part on your custom CSS:
.x-btn-widgetbar i.x-icon-plus-circle:before { color: #fff; } style.css file.This text style.css file. is considered syntax error. Either remove it or update to this:
/*style.css file.*/Hope this helps.
May 20, 2016 at 6:33 am #1001346
ahurlburt53Participantnope, remove syntax error.
May 20, 2016 at 6:38 am #1001349
ahurlburt53ParticipantIf I change the background color below ( css ) in chrome inspector, the background color changes. However, I don’t think this is the right way to do it. Any suggestions?
body {
font-size: 17px;
font-style: normal;
font-weight: 400;
color: #606060;
background-color: #d9e6ee;
}May 20, 2016 at 7:25 am #1001402
Paul RModeratorHi,
You can try this code instead.
.page-template-template-layout-portfolio .x-header-landmark, .single-x-portfolio .x-header-landmark { max-width: 100%; width: 100%; background-color: #d9e6ee; }Please add it at the very first line of your Appearance > Customize > Custom > Edit Global CSS
Thanks
May 20, 2016 at 9:06 am #1001546
ahurlburt53Participantdid not work
May 20, 2016 at 11:42 am #1001777
JoaoModeratorHi There,
Please try adding:
.body { background-color: #d9e6ee !important; }If it does not work,
Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / password
– FTP credentialsDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks,
Joao
May 20, 2016 at 5:54 pm #1002207
ahurlburt53ParticipantThis reply has been marked as private.May 21, 2016 at 1:28 am #1002653
FriechModeratorHi There,
I was able to change the background color of your portfolio page with this custom css
body .x-container.main:before {background-color: #d9e6ee;}And resize its title with this.
body .x-header-landmark .h-landmark {font-size: 180%;}The thing is, I did place this on top of your Custom CSS in Customizer. It would not work if you place it at the bottom because somewhere on your custom css there is syntax errors.
You can check your whole custom css here: http://csslint.net/ and address all the errors (you can ignore the warnings)
Hope it helps, Cheers!
May 21, 2016 at 7:26 am #1002882
ahurlburt53Participantnot quite sure what your looking at https://vsfmarketing.com/case-studies/
May 21, 2016 at 7:46 am #1002898
ChristopherModeratorHi there,
Please add this code :
header.x-header-landmark.x-container.max.width { background-color: red; width: 100%; max-width: 100%; }It should give you result like attachment.
Hope it helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1000113 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
