Home › Forums › Theone WordPress Theme › Changing Font and Colours are not working
- This topic has 9 replies, 2 voices, and was last updated 9 years, 7 months ago by
SeaTheme.
-
AuthorPosts
-
October 30, 2016 at 8:43 am #11289
Any change I make in Font Settings and Schemes are not reflecting on the website. FYI, the other tabs have not yet been tested.
Please advise,
Thanks
October 30, 2016 at 12:27 pm #11291please send your wp-admin(url/user/pass) via my profile contact form , I’ll log in to check it.
October 31, 2016 at 9:40 pm #11310I sent the information. Did you guys get it?
October 31, 2016 at 9:41 pm #11311This reply has been marked as private.November 1, 2016 at 4:19 am #11321This reply has been marked as private.November 1, 2016 at 4:50 pm #11332This reply has been marked as private.November 1, 2016 at 5:10 pm #11333This reply has been marked as private.November 2, 2016 at 2:39 am #11336I added a child theme (theone-child in themes folder) on your site, the fonts settings and colour settings are ok now.
Also, suggest how to change the content Block: Services (Heading Analytics at: when I am trying from backend there are fixed / preset color format, can you add the above red code for us or how can we change to multiple colors from our choice?
I don’t understand this question clearly. Did you mean that change the default preset color?
November 2, 2016 at 6:29 pm #11341This reply has been marked as private.November 3, 2016 at 2:59 am #11343I added the custom css to fix the logo container:
body.page #header.menu-default-hide #logo a { height: 50px; } @-webkit-keyframes logoAanimationZip { 0%{ line-height: 50px; height: 50px; } 50%{ line-height: 80px; height: 80px; } 100%{ line-height: 80px; height: 80px; } } @-moz-keyframes logoAanimationZip { 0%{ line-height: 50px; height: 50px; } 50%{ line-height: 80px; height: 80px; } 100%{ line-height: 80px; height: 80px; } } @keyframes logoAanimationZip { 0%{ line-height: 50px; height: 50px; } 50%{ line-height: 80px; height: 80px; } 100%{ line-height: 80px; height: 80px; } } @-webkit-keyframes logoAanimationUnzip { 0%{ line-height: 80px; height: 80px; } 50%{ line-height: 80px; height: 80px; } 100%{ line-height: 50px; height: 50px; } } @-moz-keyframes logoAanimationUnzip { 0%{ line-height: 80px; height: 80px; } 50%{ line-height: 80px; height: 80px; } 100%{ line-height: 50px; height: 50px; } } @keyframes logoAanimationUnzip { 0%{ line-height: 80px; height: 80px; } 50%{ line-height: 80px; height: 80px; } 100%{ line-height: 50px; height: 50px; } } @-webkit-keyframes headerBGanimationZip { 0%{ height:50px; width: 230px; } 50%{ height: 80px; width: 230px; } 100%{ height: 80px; width: 100%; } } @-moz-keyframes headerBGanimationZip { 0%{ height:50px; width: 230px; } 50%{ height: 80px; width: 230px; } 100%{ height: 80px; width: 100%; } } @keyframes headerBGanimationZip { 0%{ height:50px; width: 230px; } 50%{ height: 80px; width: 230px; } 100%{ height: 80px; width: 100%; } } @-webkit-keyframes headerBGanimationUnzip { 0%{ height: 80px; width: 100%; } 50%{ height: 80px; width: 230px; } 100%{ height:50px; width: 230px; } } @-moz-keyframes headerBGanimationUnzip { 0%{ height: 80px; width: 100%; } 50%{ height: 80px; width: 230px; } 100%{ height:50px; width: 230px; } } @keyframes headerBGanimationUnzip { 0%{ height: 80px; width: 100%; } 50%{ height: 80px; width: 230px; } 100%{ height:50px; width: 230px; } } -
AuthorPosts
- You must be logged in to reply to this topic.
