Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #221263

    Christina r
    Participant

    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!
    Christina

    #221612

    Darshana
    Moderator

    Hi 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.

    #893036

    adagency2013
    Participant

    When 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/

    #893047

    adagency2013
    Participant
    This reply has been marked as private.
    #893050

    adagency2013
    Participant

    Basically 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;}

    #893348

    John Ezra
    Member

    Hi 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!

    #895505

    adagency2013
    Participant

    The 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.

    #895728

    adagency2013
    Participant

    As 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.

    #896401

    Rue Nel
    Moderator

    Hello 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 Password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thank you.