-
Search Results
-
Topic: Style of a specific table
I would like to know how to create a style for a specific table on a specific page (see below for exact page).
I tried giving it a class and call it from the Quick CSS section, but maybe I’m doing it wrong…?
What I need is a table with no visible border, no background and have control over padding and font size
(I need it to look like 2 lists side by side)Thanks
Hi I’m trying to use CSS to change the font size of text in a Text Block because the drop down font size menu only goes up to 40 pixels and I need it to be bigger. I added this
.homepagebig {
font-size: 100px!important;
font-weight: bold;
}
to
Theme Options / General Styling / Quick CSS box
And added this
homepagebig
to
Text Block / Custom CSS Class box
But there is no change to the text. What am I doing wrong?In the masonry grid with a taxonomy selection, is there a way to:
1. Return from the portfolio item to the pre-selected taxonomy? (e.g., If “Kitchens” is selected in the portfolio masonry grid, and then an individual item is clicked, how can I return to the same portfolio masonry grid with “Kitchens” pre-selected?)
2. Show that same path in the breadcrumbs? (Currently, the breadcrumbs show something like: Home/Portfolio/Other Renovations/Selected-Item. And when you click on “Other Renovations” in the breadcrumbs, it takes you to a unique portfolio grid page that doesn’t include any taxonomy selection and often doesn’t even include the item that was just being viewed.)
3. Change the font-size of the breadcrumbs? Start the breadcrumbs with “Portfolio” rather than “Home”?
I am using Enfold as a child theme and I have created a page that contains tables with product information. However I want the tables to be smaller in size, i.e. decrease the padding, font size and table width.
For font size I found a solution on this forum, it told me to add the following to the Quick CSS or to the style.css of the Child theme. I have tried both (Quick CSS through and Enfold Child > General styling Style.css through Appearance > Editor) but font size in the tables still remains the same..avia_pricing_minimal td, .avia_pricing_minimal th { font-size: 10px; }What am I doing wrong?
And what additional code can I use to change the cell padding and table width?
And what if I want different properties for the default pricing table and/or tabular data tables?Any help would be highly appreciated.
Tim
Do not work
.category-term-description p {font-size:18px!important;}
Also title term is missing in tag.php template ?
Hi all,
I’m trying to add in some Java Script to create a lightbox popup of an order form from Ontraport. Sadly, whenever I try to place this code on an Enfold Button, the button’s code seems to cancel out the Java Script. I’ve been using the Code Block element to place in the JS, and then tried adding in the button through my custom button code, your button shortcode (from the documentation), and just putting in “[av_button]” where the JS trigger text should be; none of these worked.
This is the code for the JS from Ontraport:
<a style=' font-size: 1.5em;text-transform: uppercase;text-decoration: none;font-family: Arial, Helvetica, sans-serif;padding: .3em .6em;letter-spacing: .05em;color: #333;' href='javascript://' data-opf-trigger='p2c184280f16'>Register Now!</a><script type='text/javascript' async='true' src='https://app.ontraport.com/js/ontraport/opt_assets/drivers/opf.js' data-opf-uid='p2c184280f16' data-opf-params='borderColor=#fff&borderSize=5px&formHeight=1620&formWidth=60%&popPosition=mc&instance=599315932'></script>Where it says “Register Now!” I would like to put the Enfold Button.
Any help would be appreciated!
Quinn
Hi, how do I change the font family for the widget titles. There is no option to change the font family in the advanced editor. Only size, overlay, ect.
Topic: How To Control Tabs
Topic: Main Menu Font Size
Hi, im reading documentation trying to change this for catalogue of my products:
#top .av-catalogue-list{
color: white !important;
}
But isn´t working, i have missed the class for catalogue products?
–update–
Ok, i have to use :
.av-catalogue-title {
font-size: 24px;
color: red;
}
But, if i want to alternate each block of my catalogue, like using custom class in editor, #block1, #block2 how need to be the sintax?
.av-catalogue-title #block1{
font-size: 24px;
color: red;
}
This way?Well.
I try it also :.av-catalogue-content { color: orange !important; font-size: 20px; } .av-catalogue-container.menuwhite .av-catalogue-list li { color:green !important; }Finally i have found a solution:
.menuwhite .av-catalogue-title{ color: white !important; } .menuwhite .av-catalogue-price{ color: white !important; }I add “menuwhite” in my css field to customize each table of products.
Best regards.How can I get rid of border and padding of av_textblock_section –>
section: CSS changing here show results in Firebug but does not work with Quick CSS: pre { clear: both; border-style: solid; (change to none) border-width: 1px; (change to none) overflow: auto; padding: 2em; (change to none) line-height: 2em; font-size: 12px; background-image: -webkit-linear-gradient(rgba(0,0,0,.05) 50%,transparent 50%,transparent); background-image: -moz-linear-gradient(rgba(0,0,0,.05) 50%,transparent 50%,transparent); background-image: linear-gradient(rgba(0,0,0,.05) 50%,transparent 50%,transparent); background-size: 100% 4em; font-family: Monaco,"Andale Mono","Courier New",Courier,monospace; -webkit-transition: all ease-in-out 0.5s; -moz-transition: all ease-in-out 0.5s; transition: all ease-in-out 0.5s; margin-bottom: 30px; position: relative; left: 0; text-transform: none; width: 100%; }Topic: entrie slider
Hello,
i tried to change the font size of the title from the entrie slider, but it doesnt work at all. I just have big letters too, want to have them normal.
Can you tell me what i can put in the quick css? And i dont want o see the categorie, its all the same.Thanks for help :)
RixiRegarding https://gatehealing.com you’ll see that I have subtext under the logo. I would prefer to have it to the right, lined up with the logo itself (top/bottom of subtext lines up with top/bottom of logo–I think I could play with font size/logo size to get that).
So, basically, I have two possible questions:
1) If possible, I’d like to change to subtext on the right (I have the code to do that), but would need to have Gate Healing, PLLC on one line, and Joanthan F. Anderson, LPC-s on the next.2) If it’s too complex to accomplish #1, I am ok leaving subtext under the logo, but would prefer to still have the subtext on 2 lines as above. I searched documentation for Logo and Subtext and cannot find this. I have played with the code for a few hours and cannot quite get it.
Is it possible?
Thanks y’all
Jon
