Viewing 30 results - 5,791 through 5,820 (of 18,738 total)
  • Author
    Search Results
  • #1045081

    Hi,

    I updated the css to the following:

    .page-id-5672 table{
    background:transparent!important;
    }
    
    .page-id-5672 table td{
    border:0px!important;
    background:none!important;
    font-size:20px!important;
    color:#000!important;
    }
    
    .page-id-5672 table tr{
    background:transparent!important
    }

    Best regards,
    Jordan Shannon

    #1045072

    Hey Dee007,

    Add this to quick css:

    .page-id-5672 table td{
    border:0px!important;
    background:none!important;
    font-size:20px!important;
    }

    Best regards,
    Jordan Shannon

    #1045044
    Dee007
    Participant

    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

    #1044958

    Thank you kindly for that correction. Even after clearing site cache and using incognito browser window, the font size looks the same.

    #1044771

    Hi Sachasilvestri,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width:767px){
        body, p, em {
            font-size: 16px;
        }
    }
    
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1044738

    Hey m,
    Please try:

    .homepagebig p {
    font-size: 100px!important;
    font-weight: bold;
    }

    Best regards,
    Mike

    #1044674

    In reply to: Move top menu down

    Hi,
    Thanks for the feedback, to hide the logo only on mobile, and show the subtext. I found that the subtext needed to move to the left and that font needed to drop down from 20px to 17px.
    This also hides the subtext for tablet screen size.

    @media only screen and (max-width: 767px) { 
    .responsive #top .logo img {
    display: none !important;
    }
    .responsive #top .logo .subtext {
    transform: translate(2%, -50%) !important; 
    width: 235px !important; 
    }
    .logo .subtext h1 {
    font-size: 17px !important; 
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 1023px) { 
    .responsive #top .logo .subtext {
    display: none !important;
    }
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    #1044617
    Sandy
    Participant

    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?

    jaybarr
    Participant

    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”?

    #1044421
    oldnumber12
    Participant

    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

    • This topic was modified 7 years, 3 months ago by oldnumber12.
    #1044180
    goodpixel
    Participant

    Do not work

    .category-term-description p {font-size:18px!important;}

    Also title term is missing in tag.php template ?

    #1044165

    In reply to: How To Control Tabs

    Hi,

    Thanks for the clarification. Please try the following in Quick CSS under Enfold->General Styling:

    .tab_titles div {
      padding:30px;
      margin:10px;
      font-size:20px;
    }

    Best regards,
    Rikard

    #1044038
    KennethPlay
    Participant

    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

    #1044022

    In reply to: entrie slider

    Hi,

    Add this to quick css:

    .prev-slide, .next-slide{
    opacity:1!important;
    }
    
    .slide-content h3 a{
    font-size:10px!important;
    }

    Best regards,
    Jordan Shannon

    #1043856

    Hi,

    Icon list elements on your page were hidden on mobile. I edited them and chose to display them under Screen Options tab and then edited columns and choose tablet size for breakpoint and adjusted title sizes of your icon list elements.
    Some titles are still hidden on certain screensizes and that is because words are long. You could further adjust title font sizes of your icon list elements to solve that issue.
    Please review your website.

    Best regards,
    Yigit

    #1043792

    In reply to: entrie slider

    This reply has been marked as private.
    #1043720

    There is already a specific ID on every page you can address with custom CSS.
    For example: HTML > Body > class > “page-id-2”

    But i’m not sure if i completly understand your goal … can you show your current status? … and maybe a quick illustration of what you want to achieve?

    As far as i understand, i did a little example of how i would solve that.

    Result: => https://enfold.tabulor.de/sample-page

    – a ‘Color Section’ for the background with a unique ID -> “hero”
    – a simple ‘Text Block’ inside of it … or “Special Heading’, depending on the page structure / semantic
    – some Custom CSS in Quick CSS or preferably in the style.css of a child theme

    #hero .avia_textblock  p {
      display: table;
      background: rgba(255,255,255,0.8);
      color: #222222;
      font-size: 48px;
      font-weight: 700;
      text-transform: uppercase;
      margin: auto;
      padding: 30px 30px 20px 30px;
    }
    • This reply was modified 7 years, 4 months ago by cg.
    #1043650

    In reply to: entrie slider

    Hi Jordan,
    great, thanks a lot!!!
    And can you tell me howor where I can change the font size or how to make stanndard letters and have the navigation visible?
    That would be great!

    Best regards rixi

    #1043584

    In reply to: Main Menu Font Size

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    .html_header_sidebar #header .av-main-nav > li > a .avia-menu-text {
        font-size: 30px !important;
    }

    Thanks Michael for helping out :-)

    Best regards,
    Rikard

    #1043537
    envisageiam
    Participant

    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.

    #1043415

    Larger… I inserted this code from the mentioned post. The code you provided make this code not work…

    #header_meta .container{
        min-height: 40px;
    }
    
    #header .social_bookmarks li{
        font-size: 28px;
        border-right-style: none;
        width: 40px;
    }
    #header .social_bookmarks li a {
       width: 40px; 
       height: 40px;
       line-height: 40px;
    }
    #1043397

    Topic: How To Control Tabs

    in forum Enfold
    envatojlc
    Participant

    How can I control the dimensions of the box, padding, and margins of the tabs, as well as the font size?

    Thank you in advance,

    — John

    • This topic was modified 7 years, 4 months ago by envatojlc.
    #1043219

    In reply to: Main Menu Font Size

    Hi Esther

    I can’t see your screenshot, but I am pretty sure the following CSS code should do the trick e.g. with a font size of 20px:

    .main_menu {
    font-size: 20px !important;
    }

    Please don’t forget to empty both browser cache and the one by your caching plugin afterwards if applicable.

    Best and I hope that helps,
    Michael

    #1043172

    Topic: Main Menu Font Size

    in forum Enfold
    zugerberg-finanz
    Participant

    Hi,

    I’ve added two new fonts:

    style.css

    @font-face {
    	font-family: Financier;
    	src: url('/wp-content/themes/enfold-child/fonts/FinancierTextWeb-Regular.eot') format("ttf"),
             url('/wp-content/themes/enfold-child/fonts/FinancierTextWeb-Regular.woff') format("woff"), /* Modern Browsers */
             url('/wp-content/themes/enfold-child/fonts/FinancierTextWeb-Regular.woff2') format("woff2"); /* Modern Browsers */
      font-weight: normal;
      font-style: normal;
    }
    
    @font-face {
    	font-family: Metric;
    	src: url('/wp-content/themes/enfold-child/fonts/MetricWeb-Regular.eot') format("ttf"),
             url('/wp-content/themes/enfold-child/fonts/MetricWeb-Regular.woff') format("woff"), /* Modern Browsers */
             url('/wp-content/themes/enfold-child/fonts/MetricWeb-Regular.woff2') format("woff2"); /* Modern Browsers */
      font-weight: normal;
      font-style: normal;
    }

    function.php

    // BEGIN Font Drowpdown in Theme Options
    add_filter( 'avf_google_heading_font',  'avia_add_heading_font');
    function avia_add_heading_font($fonts)
    {
    $fonts['Financier'] = 'Financier';
    $fonts['Metric'] = 'Metric';
    return $fonts;
    }
    
    add_filter( 'avf_google_content_font',  'avia_add_content_font');
    function avia_add_content_font($fonts)
    {
    $fonts['Financier'] = 'Financier';
    $fonts['Metric'] = 'Metric';
    return $fonts;
    }

    That worked so well so far. My problem now is that I can’t adjust the font size of the main menu (see Printscreen).

    Can you help me, please?
    Thank you very much.

    Best regards,
    Esther

    #1043019
    mrpacogp
    Participant

    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.

    • This topic was modified 7 years, 4 months ago by mrpacogp.
    BingoEnvato
    Participant

    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%;
    }
    
    #1042451

    Topic: entrie slider

    in forum Enfold
    rixi
    Participant

    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 :)
    Rixi

    Of course, I figure it out immediately after posting. . . .sort of.

    I simply added another $sub line:
    $sub .= ‘<h1>Jonathan F. Anderson, LPC-s</h1>’;
    $sub .= ‘<h1>Gate Healing, PLLC</h1>’;

    I am now having to play with font size and logo size since it subtext spills into breadcrumb line, but custom pixel header to 200px makes header way too big. Working in Quick CSS altering Logo subtext font size and Logo size, and the margin on top of logo.

    I think I am on right track.

    gatehealing
    Participant

    Regarding 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

    Hi

    When it comes to buttons, there’s no option to change the bg colour – we can only change
    Border Radius
    Border width and
    Padding: left/right
    Padding: top/bottom
    opacity for transparent buttons
    Font Family
    Font Color
    Font Size
    Font Weight
    Text Transform
    Letter Spacing

Viewing 30 results - 5,791 through 5,820 (of 18,738 total)