Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
    Posts
  • #294110

    I like to know the functionality of Advanced Styling Guide.

    Reason why I’m asking is because on Text Block there are font sizes that are preset already like for H1 to H6. So let say the preset of the font size H1 is 10px, if I want to change the preset of font size for H1 from 10px to 12px under Advanced Styling Guide. Does this means if I create other text block on any other pages, if I create a Text Block and uses H1 will that new font size preset be 12px?

    I’m new on this so I like to play around with WordPress so I can make any changes seamlessly on my end rather than having a programmer to do the work.

    Thank you

    #294211

    Hey MarwiUSA!

    Thank you for using the theme.

    Yes, you’re correct. Once you set the font size of the H1 element to 12px on the advanced styling panel, all h1 heading will use the preset styling which is 12px. If you want to use another styling for H1 element on different parts of the theme, use the Quick CSS field or custom.css to override the preset options.

    Although we don’t have an article about the advance styling panel in particular but in case you have any questions, please take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. Watch some of our Video Tutorials to learn more about the different aspect of the theme. You can also search the forums for queries that has been answered before that might be related to your problem.

    If you find that you still have questions after taking the time on our documentations, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page. :)

    Regards,
    Ismael

    #294218

    Hey!

    If you set a custom font size to the h1 element in Advanced Styling it will override the default font size for h1 elements globally.

    Cheers!
    Josue

    #294602
    This reply has been marked as private.
    #294624

    Hi!

    Go to Enfold > Sidebar Layout > uncheck Page Sidebar navigation

    Cheers!
    Josue

    #294643
    This reply has been marked as private.
    #294648

    In that case if you want to disable the sidebar individually, do it from the Layout Options:

    Regards,
    Josue

    #294661
    This reply has been marked as private.
    #294669

    Hi!

    Check it now:
    http://www.union-sport.com/new/owners-manual/

    I guess it was not working because a Custom Template was selected there.

    Best regards,
    Josue

    #294674
    This reply has been marked as private.
    #294676

    Like this?

    Try adding this to Quick CSS or child theme stylesheet:

    .page-id-3098 .sidebar {
        display: none !important;
    }

    Regards,
    Josue

    #294696
    This reply has been marked as private.
    #294698

    You can target multiple pages by using their page IDs:

    .page-id-xxx .sidebar, .page-id-zzz .sidebar, .page-id-yyy .sidebar {
        display: none !important;
    }

    Regards,
    Josue

    #294700
    This reply has been marked as private.
    #294702

    Ok, let us know if there is anything else we can help with.

    Regards,
    
Josue

    #294705
    This reply has been marked as private.
    #294706

    Try with this:

    h2 {
        text-transform: none !important;
    }
    #294714
    This reply has been marked as private.
    #294717

    It doesn’t matter, but i’d suggest to keep all the custom css codes in one place.

    #294718
    This reply has been marked as private.
Viewing 20 posts - 1 through 20 (of 20 total)
  • The topic ‘Advanced Styling Guide Information’ is closed to new replies.