Viewing 30 results - 2,671 through 2,700 (of 18,719 total)
  • Author
    Search Results
  • Hi CharlieTh,

    You’re welcome :)

    The default is the font size that is set in Enfold > General Styling > Fonts > Default content font size
    As for the code, you can use this one (just replace the font size values):

    #top #wrap_all #main h1 {
        font-size: 30px;
    }
    
    @media only screen and (min-width: 768px) and (max-width: 989px) { 
      #top #wrap_all #main h1 {
        font-size: 26px;
      }
    } 
    
    @media only screen and (min-width: 480px) and (max-width: 767px) { 
      #top #wrap_all #main h1 {
        font-size: 24px;
      }
    } 
    
    @media only screen and (max-width: 479px) { 
      #top #wrap_all #main h1 {
        font-size: 20px;
      }
    } 

    The media queries used are the same as the screen sizes set used by Text Block setting.

    Best regards,
    Nikko

    #1301484
    johnjosephjohansson
    Participant

    Hi,

    I’ve been trying to adjust the color of my active tab section titles but I’m not able to. The hover state works fine, but the font color remains the same on the active state. Here’s what my CSS looks like:

    .av-inner-tab-title {
    font-size: 24px;
    font-family: ‘barlow-semibold’,sans-serif !important;
    color: #246b81 !important;
    }

    .av-inner-tab-title:hover {
    color: #b0d0d9 !important;
    }

    .av-active-tab-title {
    color: #f2b84c !important;
    }

    I want the inactive title to be #246b81, the hover title to be #b0d0d9, and the active title to be #f2b84c. Do you have any suggestions?

    The page is at https://discoverdowntowndanville.org/dine/. The tab section is close to the top.

    Thanks for your help!
    John

    #1301473

    Hi Jordan,

    thank you for the quick answer.

    To remove this code works

    #top .av-caption-style-overlay a.av-masonry-item-with-image .av-inner-masonry-content * {
    color: #8c4e3b !important;
    }

    But the other code

    .av-masonry-entry-content.entry-content font{
    font-color:#fff!important;
    font-weight:bold!important;
    font-size:20px!important;
    }

    works not – so sorry. But I found a solution in another code. Thank you.

    But there is now another problem. I have two masonry galleries on two different pages.

    1. On page-id-362 I need no overlay over the images
    2. On page-id-406 I need an overlay with 0,5 over the images

    How can I handle this?

    Thank you and greetings,
    Sabine

    • This reply was modified 4 years, 9 months ago by TakiwaSoulArt.
    #1301450

    Hey Sabine,

    Add this to quick css:

    .av-masonry-entry-content.entry-content font{
    font-color:#fff!important;
    font-weight:bold!important;
    font-size:20px!important;
    }

    If the color remains brown, you have to find and remove this from css:

    #top .av-caption-style-overlay a.av-masonry-item-with-image .av-inner-masonry-content * {
        color: #8c4e3b !important;
    }

    Best regards,
    Jordan Shannon

    #1301401
    TakiwaSoulArt
    Participant

    Hi,

    I want to change the text color of the masonry gallery, the size and the font weight. But I can’t find a CSS Code for it. I need help please.

    At the moment the text color is brown and the text is only shown in mouse hover state.

    Thank you and greetings, Sabine

    #1301323

    Hey Knutnik,

    You can change the container size under Enfold->General Layout->Dimensions. I’m not sure I understand what you mean about images and fonts though, could you try to explain that a bit further please?

    Best regards,
    Rikard

    Yes, that would be great!

    Another comment…
    When in ALB and see the 4 possible screen sizes for a font…it will say: default.
    It
    would be nice to have some sort of indicator (maybe where shows the media query information as help in text to the right side) — or as hover — of WHAT size that default IS.

    That way, if I think it’s wonderful, I can leave, or I can change. But right now, I am blind to the value.
    Another thought. If you could indicate in which css file the media queries set the default sizes, that might help as well. And how to re-set those defaults in the child theme? Ah, dreams are good things! Love Enfold as it is…am not complaining … just dreaming.

    Will be thrilled to receive css, though. These are just musings of a user!

    Thanks for answering!

    #1301126

    Hi,

    It is not a bug. This is actually the default layout of the blog posts element when the sidebar is not enabled.

    To remove the line below the posts and adjust the font size of the title and the read more link, try to add this css code.

    body#top.home .av-alb-blogposts.template-blog div.post_delimiter {
        display: none !important;
    }
    
    body#top.home {
        font-size: 14px;
    }

    Best regards,
    Ismael

    #1301117

    Hi gianmarizzi,

    Can you try to use this CSS code instead:

    @media only screen and (max-width: 767px) {
      #top #wrap_all .av_promobox .avia-promocontent h3 {
        font-size: 30px;
      }
    }

    Best regards,
    Nikko

    #1301071

    Hi Nikko,
    Thanks for your prompt reply and the new code! But it is not just the alignement and the font size. It is also the the font color and the line breaks as well as format e.g. for underlined text. Just saw that it seems that WordPress deleted </p>, </br> and <u> from the category description. I had included that in order to check what is done by WordPress and what is not.
    Thanks

    #1301061
    Knutnik
    Participant

    Hello,

    I would like to set the width of the content container to 77% instead of 1310px.

    Firstly, I want the font to always scale with the screen size and container size and, secondly, that the screen size is optimally used.

    Should I change the standard WordPress image sizes for this?
    For example, a larger maximum image, etc.?
    Are there any sample pages?
    I had read somewhere that you can specify this in functions.php.
    Do you have any tips on this?
    That would be great.

    Thank you in advance.

    #1300985

    In reply to: Second menu question

    Hi Roger,

    Thanks for giving the link.
    Please add this CSS code in Enfold > General Styling > Quick CSS:

    #top #wrap_all .widget_nav_menu .menu li {
        border: none;
        margin: 0 0 4px 0;
    }
    
    #top #wrap_all .widget_nav_menu .menu li a {
        padding: 12px 27px;
        background-color: #eee;
        font-weight: 700;
        color: #444;
        -webkit-transition: background-color .1s ease-out;
        transition: background-color .1s ease-out;
        text-decoration: none;
    }
    
    #top #wrap_all .widget_nav_menu .menu li a:hover {
        background-color: #e2e2e2;
        text-decoration: none;
    }
    
    #top #wrap_all .widget_nav_menu .menu li.current_page_item a {
        background-color: #c00525;
        background-repeat: no-repeat;
        background-size: 9px 9px;
        background-position: 93% center;
        color: #fff;
    }

    Best regards,
    Nikko

    #1300938

    Hi Alex,

    Please try this CSS instead:

    #top #header_meta a{
      font-size: 16px !important;
    }

    Best regards,
    Rikard

    #1300857

    Hi,

    Sorry for the late reply. You will need custom CSS in order to adjust that unfortunately. Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    .avia-promocontent h2 {
        font-size: 30px;
    }
    }

    Or you could try duplicating the element for mobile, and set the visibility accordingly.

    Best regards,
    Rikard

    #1300544

    Hi,

    Now I have these codes in my quick CSS but the problem is that which ever of the two codes (either the padding 30px OR the margin-top 0) are on top of the other cancels the other. So in this instance, I have the margin code working BUT the padding code will not work. If I switch it so that the padding code is above the margin-top code, the margin code (fixing the time alignment) stops working.

    .tribe-events-single-section.tribe-events-event-meta.primary dt:not(:first-child) {
        margin-top: 0;
    }
    
    #top #tribe-events-pg-template {
        max-width: 100%;
        padding: 30px !important;
    }
    
    .tribe-events-visuallyhidden{
      display: none;
    }

    I wonder if the quick CSS in this new Enfold version has a bug or something? That’s because I also have a problem in one of my other sites where the quick css keeps bugging: the scroll-to-top button disappeared from mobile view ALTHOUGH I do have the right CSS code showing it. It has worked before but after the update, it stopped. So the code I have is

    @media only screen and (max-width: 767px) {
        .responsive #top  #scroll-top-link {
        display: block;
    }
    }

    I also added a minor tweak for the appereance but it doesn’t matter if I have it in there or not. Tried both ways.

    a#scroll-top-link, a#scroll-top-link:hover {
    background: #bf4da4;
    border-radius: 100px;
    font-size: 26px;
    }
    #1300519

    In reply to: Styling Post Slider

    Hi Steph,

    Please try this CSS instead:

    .avia-content-slider h3.slide-entry-title a {
      font-size: 16px;
    }
    
    .avia-content-slider .av-vertical-delimiter {
      display: none;
    }

    Best regards,
    Rikard

    #1300507

    Hey diefleischerei,
    Vielen Dank für Ihre Geduld und den Link zu Ihrer Website. Bitte versuchen Sie dieses CSS in Ihrem Quick CSS:

    #header_meta #menu-item-779 > a {
    	font-size: 17px;
    }

    Die Schriftgröße beträgt jetzt 11px, und Sie haben nach 6px mehr gefragt, sodass der Code 17px anzeigt. Sie können ihn jedoch jederzeit anpassen.

    — Translated with Google —

    Thank you for your patience and the link to your site, please try this css in your Quick CSS:

    #header_meta #menu-item-779 > a {
    	font-size: 17px;
    }

    The font size is now 11px, and you asked for 6px more so the code says 17px, but feel free to adjust to suit.

    Best regards,
    Mike

    #1300477

    Hi,

    No, it is not. In your first post you are pointing us out to header, not slider heading.

    Find following code

    .angebotslider .avia-caption-title {
    	font-size: 14px !important;}

    and change it to following one

    .responsive #top .angebotslider .avia-caption-title {
    	font-size: 14px !important;}

    Regards,
    Yigit

    wordninj
    Participant

    Hi,

    I’m attempting to create a custom menu in the footer.

    Where I’m stuck: I cannot get the font to resize or change the color of the link hover.

    I’m using an html block in the layerslider, and have tried multiple ways to resize the font to 14px. I also want the link color before hover to be a different color than the normal site settings and the hover color to be different.

    Here’s what I’ve tried with no success:
    * inline html inside the layer slider interface
    * classic head/style/body tags inside the html code block in the layer slider (what’s in there right now)
    * css using my own class
    * css using a copied selector
    * changing the font size inside of the layer in the layer slider to the size I want

    Help!
    Below I provide the exact thing I’m trying to accomplish, the old site that we’re copying into your theme from a different one. Along with creds.

    Also, can you kindly share how I can style icon colors? You can see the fb icon I started playing around with. I would like for it to appear as a different color to start, but especially for it to change color on hover.

    I’ve tried:
    * Adding a class to the icon inside the layer slider interface
    * Using css to style the selector

    Neither has yielded results. And I’m especially unclear about how to change the hover color for something like this.

    Last but not least, I would like to drop a copyright line at the bottom of this area. I already have this js for is:
    ©<script type=”text/javascript”> copyright=new Date(); update=copyright.getFullYear(); document.write(“” + update + ” ” + ” “); </script> Mary Sise, LLC [nolink]
    But I can’t seem to add any js to the layer slider interface. Can you give me a way to accomplish the above inside of the layer slider I’m creating as the footer “page”?

    I had to design all of this in layer slider to get the responsive aspect I want with the background image.

    #1300391

    I changed the font-size of #tel to 27px and change version to 1.0.4 (I let it in this state, so you can check this) -> doesn’t work, even if I log out from backend

    #1300370

    Hi Tim,

    I did test it out on your site by changing this code in style.css of the child theme to 18px (turned it back after checking) then just change the version number from 1.0.1 to 1.0.2 to 1.0.3 (increment by one after each change) and it worked properly:

    #tel {
        font-size: 17px !important;
    }

    You can also use Quick CSS for it since the change does show unlike style.css
    As for layout.css I believe that’s in the parent theme, since it caches styles and js files, to force it to fetch new ones, you need to increment the version number before checking for example it’s now 4.8.2, you can change it to 4.8.2.1 then you’ll see these changes show up properly.

    Best regards,
    Nikko

    #1300310

    read here an interesting article: https://css-tricks.com/how-do-you-do-max-font-size-in-css/

    maybe you can use on quick css :

    #top #wrap_all .main_color h1, #top #wrap_all .alternate_color h1 {
        font-size: min(max(36px, 10vw), 80px);
        line-height: 1.2em;
        font-weight: 900;
        text-transform: uppercase;
        hyphens: auto;
    }

    min(max(36px, 10vw), 80px); means max font-size is 80px – ( it starts shrinking when 80px is the 1/10 of the screen width (800px) )
    if you got 5vw ( it starts shrinking when the 80px is 1/20 of the screen width ( it is 1600px )
    36px is the min font-size

    #1300244

    Hey ingredientecosmetice,

    The font size and line height is editable under Advanced Styling. If those settings are not applying on your site, then please post admin WordPress login details in private, so that we can have a closer look.

    Best regards,
    Rikard

    #1300098

    Hello Nikko,

    I can follow your argumentation, BUT: I don’t have this issues in older projects where I also use enfold by the same hoster?

    And the main problem is: I now don’t know if my css works or not, and I can’t wait one day to chek it!

    For example: Please have a look at the header. I want to style the tel-Link. If i do it in the enfold-editor with
    it works (but with this way I can’t style hover-behaviour…).

    If I style it in the style.css with this 3 different options:

    a[href*=”tel”] {font-size: 17px !important;}
    header a {font-size: 17px !important;}
    a#tel {font-size: 17px !important;}

    it doesn’t.
    So this really drives me crazy, you never know if it is a caching or a css-syntax problem. What is going on in this specail case? I have the same Problems styling the form:

    So what can I do now to fluidly work on my project and see my css-chages immediatly? Any suggestions what exactly should communicate to my Hoster about caching problems?

    Best Regards
    Tim

    #1299998

    Hi, your theme is really awesome and I’m really having fun playing with it, but there are some things I don’t understand how to modify.
    I’ve tried editing the sub menu style using the advanced styling, but it is only changing the background and font color, and I really wanted to change the font size and the line spacing of the sub menu. How should I do this?

    m f
    Guest

    I am using plugin ti wishlist and I have a heart icon on the paintings I want to make som css custom to the heart color , I tryed to use this code but it gives my problem , if I clic on the heart servel times the background color become gry
    .tinv-wishlist {
    background-color: #cac7c7;
    opacity: 0.5;
    color: #FFF;
    font-weight: bold;
    padding: 5px 20px 5px 20px;
    }
    .tinv-wishlist:hover {
    background-color: #E6A777;
    color: #FFF;
    padding: 5px 20px 5px 20px;
    }
    https://stackoverflow.com/questions/64303518/how-to-place-a-heart-button-with-css
    and I used this code , it work but, when I clic on heart servel times the same problem , the background get gry
    {
    background-color: #cac7c7;
    border-radius: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,.1);
    display: inline;

    }
    #heart{
    font-size: 25px;
    }
    #heart:hover{
    color:red;
    }

    #1299869
    jskindustrial
    Participant

    I added javascript particles.js
    https://vincentgarreau.com/particles.js/
    I downloaded and extract in child theme, i added css code

    /* —- base —- */
    html{
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
    canvas{
    display:block;
    vertical-align:bottom;
    }
    /* —- particles.js container —- */
    #particles-js {
    position:absolute;
    width: 100%;
    height: 100%;
    background-image: url(”);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    top: 0;
    }

    /* =============================================================================
    HTML5 CSS Reset Minified – Eric Meyer
    ========================================================================== */

    html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
    body{line-height:1}
    article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
    nav ul{list-style:none}
    blockquote,q{quotes:none}
    blockquote:before,blockquote:after,q:before,q:after{content:none}
    a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;text-decoration:none}
    mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
    del{text-decoration:line-through}
    abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
    table{border-collapse:collapse;border-spacing:0}
    hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
    input,select{vertical-align:middle}
    li{list-style:none}

    /* =============================================================================
    My CSS
    ========================================================================== */

    /* —- base —- */

    html,body{
    width:100%;
    height:100%;
    background:#111;
    }

    html{
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    body{
    font:normal 75% Arial, Helvetica, sans-serif;
    }

    canvas{
    display:block;
    vertical-align:bottom;
    }

    /* —- stats.js —- */

    .count-particles{
    background: #000022;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13E8E9;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    }

    .js-count-particles{
    font-size: 1.1em;
    }

    #stats,
    .count-particles{
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px;
    }

    #stats{
    border-radius: 3px 3px 0 0;
    overflow: hidden;
    }

    .count-particles{
    border-radius: 0 0 3px 3px;
    }

    /* —- particles.js container —- */

    #particles-js{
    width: 100%;
    height: 100%;
    background-color: #b61924;
    background-image: url(”);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    }
    i added js code in app.js

    “particles”: {
    “number”: {
    “value”: 80,
    “density”: {
    “enable”: true,
    “value_area”: 800
    }
    },
    “color”: {
    “value”: “#ffffff”
    },
    “shape”: {
    “type”: “circle”,
    “stroke”: {
    “width”: 0,
    “color”: “#000000”
    },
    “polygon”: {
    “nb_sides”: 5
    },
    “image”: {
    “src”: “img/github.svg”,
    “width”: 100,
    “height”: 100
    }
    },
    “opacity”: {
    “value”: 0.5,
    “random”: false,
    “anim”: {
    “enable”: false,
    “speed”: 1,
    “opacity_min”: 0.1,
    “sync”: false
    }
    },
    “size”: {
    “value”: 5,
    “random”: true,
    “anim”: {
    “enable”: false,
    “speed”: 40,
    “size_min”: 0.1,
    “sync”: false
    }
    },
    “line_linked”: {
    “enable”: true,
    “distance”: 150,
    “color”: “#ffffff”,
    “opacity”: 0.4,
    “width”: 1
    },
    “move”: {
    “enable”: true,
    “speed”: 6,
    “direction”: “none”,
    “random”: false,
    “straight”: false,
    “out_mode”: “out”,
    “attract”: {
    “enable”: false,
    “rotateX”: 600,
    “rotateY”: 1200
    }
    }
    },
    “interactivity”: {
    “detect_on”: “canvas”,
    “events”: {
    “onhover”: {
    “enable”: true,
    “mode”: “repulse”
    },
    “onclick”: {
    “enable”: true,
    “mode”: “push”
    },
    “resize”: true
    },
    “modes”: {
    “grab”: {
    “distance”: 400,
    “line_linked”: {
    “opacity”: 1
    }
    },
    “bubble”: {
    “distance”: 400,
    “size”: 40,
    “duration”: 2,
    “opacity”: 8,
    “speed”: 3
    },
    “repulse”: {
    “distance”: 200
    },
    “push”: {
    “particles_nb”: 4
    },
    “remove”: {
    “particles_nb”: 2
    }
    }
    },
    “retina_detect”: true,
    “config_demo”: {
    “hide_card”: false,
    “background_color”: “#b61924”,
    “background_image”: “”,
    “background_position”: “50% 50%”,
    “background_repeat”: “no-repeat”,
    “background_size”: “cover”
    }
    i added code in function.php
    function enfold_customization_custom_js() {
    ?>
    <script type = “text/javascript” src = “http://test.jskindustrial.com/wp-content/themes/enfold-child/particles.js-master/particles.js-master/particles.js”></script&gt;
    <script type = “text/javascript” src = “http://test.jskindustrial.com/wp-content/themes/enfold-child/particles.js-master/app.js”></script&gt;
    <?php
    }
    add_action( ‘wp_footer’, ‘enfold_customization_custom_js’ );
    but it show nothing in output

    #1299812

    In reply to: CSS

    Hi Susanne,

    Please change the CSS code to this one:

    #top.page-id-6237 #wrap_all .all_colors h2 {
      font-size: 20px;
    }

    Hope it helps.

    Best regards,
    Nikko

    #1299798

    In reply to: Button Schriftgröße

    Hi Alex,

    Can you try adding this CSS code in Quick CSS:

    #top .mytoggle .av_toggle_section .avia_iconbox_title {
        font-size: 18px;
        font-weight: bold;
    }

    Best regards,
    Nikko

    #1299682

    Topic: CSS

    in forum Enfold
    tiefenschaerfe
    Participant

    Hello!
    I use among others the plugin WCFM (multivendor plugin). In it I wanted to make changes via the Enfold short CSS, but they do not take effect.
    Do you have any ideas?
    Concerns the the font size of the Vendor-headings in the store list. From H2 to H3
    On this page: Link: https://portal.kijuaa.de/anbieter/uebersicht/

    The WCFM support wrote me the following CSS code. But when I enter it – as usual – in Enfold-Quick CSS, nothing happens. The font size does not change.
    Why?

    best regards
    Susanne

    .page-id-6237 #top #wrap_all .all_colors h2 {
    font-size: 20px;
    }

Viewing 30 results - 2,671 through 2,700 (of 18,719 total)