-
AuthorPosts
-
March 5, 2015 at 4:19 pm #221263
Hi!
I need to change the H6 style globally. Where do I find this?
Moreparsmorefun.com
WP 4.1.1 and X 3.1.1
Thanks!
ChristinaMarch 6, 2015 at 6:27 am #221612Hi there,
Thanks for writing in! You can place the following CSS rule into your Customizer, Custom > CSS section using the menu Appearance -> Customize.
h6, .h6 { font-size: 228.5%; color: #336699 }
Hope that helps.
April 21, 2016 at 12:17 am #893036When I add css code to global css (for the header), it only works for the specific page. And when I close and open the same page this unusual code with .n shows up without any breaks. This only happens at home page and not other pages. I am only using xtheme plugins.
.text-white h2,n.text-white p,n.text-white .x-btn {n color: #fff;n}nn.text-white .x-btn {n border-color: #fff;n}nn.text-white .x-btn:hover {n opacity: 0.75;n}n.x-navbar {n border-bottom: 1px solid #ccc;n background-color: transparent;}n.x-navbar-fixed-left {n border-right: 1px solid #ccc;n box-shadow: 2px 0 4px rgba(0,0,0,0.1);n background: transparent;n}
http://demo.ewderm.com/April 21, 2016 at 12:30 am #893047This reply has been marked as private.April 21, 2016 at 12:32 am #893050Basically I am trying to make the header transparent to show the page background image.
.x-navbar-fixed-left{
border-right: 1px solid #ccc;
box-shadow: 2px 0 4px rgba(0,0,0,0.1);
background-color: transparent;}April 21, 2016 at 4:39 am #893348Hi there,
Thanks for writing in! It seems that you were able to make the header transparent already. Are you still needing help with this? Thanks!
April 22, 2016 at 10:09 am #895505The point is it is not working globally, it only works page by page . Plus there is that weird code that appears after saving.( And there is no way to even apply any css on header for blog page)
In other words I want the header in all pages and posts to be transparent.April 22, 2016 at 1:40 pm #895728As have been trying to solve this issue, I am realizing cornerstone Custom css is to use for each page to change header or anything else.
Using WordPress own customizer is buggy and does not work.
Also to change any archive page css , one has to change the css of the single page via cornerstone.
So this is how how I could solve my issue.April 23, 2016 at 3:00 am #896401Hello There,
Thanks for the updates! I can confirm that there is an issue in the customizer. The resulting css is this:
.x-navbar-fixed-left {n border-right: 1px solid #ccc;n box-shadow: 2px 0 4px rgba(0,0,0,0.1);n background: transparent;n}
There is n character added in the resulting css. This could be an issue in the theme or from a plugin. Could please reinstall X and Cornerstone?
If nothing else works, would you mind providing us the ftp login credentials so we can take a closer look? This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your credentials, we will be happy to assist you with everything.
To do this, you can make a post with the following info:
– FTP Hostname
– FTP Username
– FTP PasswordDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thank you.
-
AuthorPosts