-
Search Results
-
Topic: Change colours in table
I have created a pricing table using Enfold theme.
I need to be able to change the colours (it’s currently completely black, which doesn’t look great). I would also like to change the font size in the Heading rows. How do I do this? ThanksHello. Please see the page below. When I expand the width of tab title container, the title doesn’t center with the image and arrow below it.
Please see this image for desirables.
CSS Used
.av-inner-tab-title {width:150px;font-size:14px;font-weight:bold;}Thank you,
RyanHello
The page I’m working on is:
The Pricing table
How so I incease the text size?
Do I just add a HTML attribute <font size=” “> </font size> in the text box?
Topic: Font size in the menu
Hello,
how to edit individual font size and color. Marked it on the screenshot MENU 1 and MENU 2https://drive.google.com/a/fojtik.name/file/d/1ayJX8mxvRxQEZISmm_zYJm1dIaYu0Yid/view?usp=drivesdk
Hallo Zusammen,
ich wollte gerne die Schriftgröße und den Zeichensatz Style in den Portfolio Auszügen ändern und nutze dazu Quick CSS:
Original ist:
.grid-entry-excerpt {
font-size: 12px;
font-style: italic;
margin-bottom: -2px;
}
Ich habe in Quick CSS eingetragen:
.grid-entry-excerpt {
font-size: 16px;
font-style: normal;
margin-bottom: -2px;
}
Was habe ich falsch gemacht?Liebe Grüße
JanHi, I inserted a text block in a color section, through the Avia editor, I set the font size with CSS rules in the child theme, and I would like the text to be smaller in mobile devices, so I set the font size within the text block screen options, which I imagine emulate the media queries, but it does not work.
What can you depend on?
Thank you
I have a brand new install of Enfold on a new install of WordPress with a clean install of the Health demo. There are no plugins activated all other components are current.
I created a new blog post and added an image. After doing so, the single blog post no longer shows any of the blog styling; it shows just the text and image of the post, but without the blog header (category and titler, and no footer (date, comments, tags, social links, etc. )
I narrowed it down to simply saving using the advanced layout editor! I edit the “A nice entry” sample post of the Heath demo using the advanced editor, I press space, delete the space, and save.
Although it doesn’t show up in the editor, the revision history shows that the resulting html in the is wrapped with
[av_textblock size='' font_color='' color='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' admin_preview_bg='']shortcode.The effect on the generated html is to remove the <article> and other tags.
The html before saving:
<div id='main' class='all_colors' data-scroll-offset='88'> <div class='container_wrap container_wrap_first main_color sidebar_left'> <div class='container template-blog template-single-blog '> <main class='content units av-content-small ' role="main" itemscope="itemscope" itemtype="https://schema.org/Blog"> <article class='post-entry post-entry-type-standard post-entry-65 post-loop-1 post-parity-odd post-entry-last single-big with-slider post-65 post type-post status-publish format-standard has-post-thumbnail hentry category-news tag-food tag-fun' itemscope="itemscope" itemtype="https://schema.org/BlogPosting" itemprop="blogPost"> <div class='blog-meta'></div> <div class='entry-content-wrapper clearfix standard-content'> <header class="entry-content-header"><span class="blog-categories minor-meta"><a href="https://www.staging1.postmormonmentalhealth.com/blog/category/news/" rel="tag">News</a> </span> <h1 class='post-title entry-title' itemprop="headline"><a href='https://www.staging1.postmormonmentalhealth.com/blog/a-nice-entry/' rel='bookmark' title='Permanent Link: A nice entry'>A nice entry <span class='post-format-icon minor-meta'></span> </a></h1><span class="av-vertical-delimiter"></span> <div class="big-preview single-big"><a href="https://www.staging1.postmormonmentalhealth.com/wp-content/uploads/2016/05/complete-healthy-breakfast-m-1030x733.jpg" title="A nice entry"><img width="845" height="321" src="https://www.staging1.postmormonmentalhealth.com/wp-content/uploads/2016/05/complete-healthy-breakfast-m-845x321.jpg" class="attachment-entry_with_sidebar size-entry_with_sidebar wp-post-image" alt=""/></a></div> <div class="entry-content" itemprop="text"><p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem.</p>The html after saving:
<div id='main' class='all_colors' data-scroll-offset='88'> <div class='main_color container_wrap_first container_wrap sidebar_left'> <div class='container'> <main role="main" itemscope="itemscope" itemtype="https://schema.org/Blog" class='template-page content av-content-small units'> <div class='post-entry post-entry-type-page post-entry-65'> <div class='entry-content-wrapper clearfix'> <section class="av_textblock_section " itemscope="itemscope" itemtype="https://schema.org/BlogPosting" itemprop="blogPost"> <div class='avia_textblock ' itemprop="text"><p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem.</p>It seems like an out-of-the-box setup should just work, but it doesn’t. I am at a total loss. Please advise.
Hello
I’ve added the code below to place the svg logo above and the burger below, but when I click on the burger to open it jumps to the right. I understand that it’s finding a top left registration point, so moving over by it’s own width, but I need the open icon to stay centered, please.Also, I’d like to change the color and opacity of the black for the full page overlay menu, please. Thank you! :)
.responsive #top #wrap_all .main_menu {
position: relative;
}/* adjust height */
.responsive #top #wrap_all #header {
height: 300px !important;
}.responsive #top .logo {
width: 100% !important;
margin-top: 0px !important;
left: 0% !important;
}.responsive #top .logo img {
/* margin-top: 60px !important; */
height: 300px !important;
width: auto !important;
max-height: 200px; /* this is key to making svgs larger */
margin: 0 auto;
}/* closed menu */
.responsive #top .av-logo-container .avia-menu {
width: 100%;
text-align: center;
}.responsive #top .av-logo-container #avia-menu {
margin: 0 auto;
width: 29px;
}#top #wrap_all #header .av-small-burger-icon a {
height: auto !important;
line-height: 3 !important;
}/* pancake */
.header_color .av-hamburger-inner,
.header_color .av-hamburger-inner::before,
.header_color .av-hamburger-inner::after {
background-color: #fff;
}/* open menu */
#av-burger-menu-ul li {
text-align: center;
}.html_av-overlay-full #top #wrap_all #av-burger-menu-ul li a {
font-size: 12px;
line-height: 20px;
}.html_av-overlay-full #top #av-burger-menu-ul .av-menu-button {
margin-top: 0px;
}Topic: Fullwidth Sub Menu font
Can I change the font and size for the Fullwidth Sub Menu
Hi, how can I increase the font size of regular buttons?
Thanks.


