-
AuthorPosts
-
July 22, 2014 at 1:47 am #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
July 22, 2014 at 7:33 am #294211Hey 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,
IsmaelJuly 22, 2014 at 8:12 am #294218Hey!
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!
JosueJuly 22, 2014 at 10:19 pm #294602This reply has been marked as private.July 22, 2014 at 11:26 pm #294624Hi!
Go to Enfold > Sidebar Layout > uncheck Page Sidebar navigation
Cheers!
JosueJuly 23, 2014 at 12:04 am #294643This reply has been marked as private.July 23, 2014 at 12:08 am #294648In that case if you want to disable the sidebar individually, do it from the Layout Options:
Regards,
JosueJuly 23, 2014 at 12:20 am #294661This reply has been marked as private.July 23, 2014 at 12:26 am #294669Hi!
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,
JosueJuly 23, 2014 at 12:30 am #294674This reply has been marked as private.July 23, 2014 at 12:35 am #294676Like this?
Try adding this to Quick CSS or child theme stylesheet:
.page-id-3098 .sidebar { display: none !important; }
Regards,
JosueJuly 23, 2014 at 1:15 am #294696This reply has been marked as private.July 23, 2014 at 1:21 am #294698You 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,
JosueJuly 23, 2014 at 1:26 am #294700This reply has been marked as private.July 23, 2014 at 1:27 am #294702Ok, let us know if there is anything else we can help with.
Regards,
JosueJuly 23, 2014 at 1:38 am #294705This reply has been marked as private.July 23, 2014 at 1:41 am #294706Try with this:
h2 { text-transform: none !important; }
July 23, 2014 at 1:59 am #294714This reply has been marked as private.July 23, 2014 at 2:03 am #294717It doesn’t matter, but i’d suggest to keep all the custom css codes in one place.
July 23, 2014 at 2:04 am #294718This reply has been marked as private. -
AuthorPosts
- The topic ‘Advanced Styling Guide Information’ is closed to new replies.