Viewing 30 results - 7,141 through 7,170 (of 18,743 total)
  • Author
    Search Results
  • #944526

    In reply to: font size blog articel

    Hi.

    I have removed the code because of the different font size. IF you want, I can enter it again.
    Yesterday I tried to insert a quote. The font size in this part of the Blog article was twice the size.

    Best regards
    Anett

    #944405

    Hi,

    This particular css modification should increase the size of the icons.

    #top .social_bookmarks li a {
        width: 40px;
        line-height: 40px;
        min-height: 40px;
        font-size: 18px;
    }
    
    #top .social_bookmarks li {
        width: 40px;
    }

    Add this css code inside the css media query to move the burger menu to the right side of the icons.

    .av-main-nav-wrap {
        float: right;
    }

    Best regards,
    Ismael

    #944387

    In reply to: Menu Questions ?

    Hi,

    Thank you for the update.

    1.) Try to decrease the font size of the menu items and logo’s dimension on mobile view.

    @media only screen and (max-width: 1024px) {
    #top #header .av-main-nav > li > a {
        font-size: 14px;
    }
    
    .logo img {
        max-height: 80px !important;
        top: 20px;
    }
    }

    2.) Add an arrow or any symbol beside the parent menu item to indicate that there are available sub menu items.

    .av-main-nav .sub-menu .menu-item-has-children:before {
        content: '>';
        position: absolute;
        right: 10px;
        top: 5px;
    }

    Best regards,
    Ismael

    #944383

    Hey paulohenrique,
    Perhaps this solution will work for you:
    2018-04-19_211259
    in a code block on your page, add this code:

    <hr class="hr-text">

    then add this code in the General Styling > Quick CSS field:

    hr.hr-text {
      font-family: Arial, sans-serif;
      text-align: center;
      line-height: 1px;
      height: 1px;
      font-size: 1em; 
      border-width: 1px 0;
      border-style: solid;
      border-color: #676767;
      margin: 20px 10px;
      overflow: visible;
    
      /* ensure 1px gap between borders */
      -webkit-box-sizing: content-box;
      -moz-box-sizing: content-box;
      -ms-box-sizing: content-box;
      -o-box-sizing: content-box;
      box-sizing: content-box;
    }
    
    hr.hr-text:after {
      content: "Enfold";
      color: #000;
      display: inline;
      background-color: #fff;
      padding: 0 0.5em;
    }

    Adjust the word “Enfold” to suit.

    Best regards,
    Mike

    #944380

    In reply to: Button questions

    Hi,

    Thank you for the update. Decrease the default padding to create more space for the button text.

    .avia-button.avia-size-x-large {
        padding: 25px 20px 23px;
        font-size: 15px;
        min-width: 200px;
    }

    Add css media queries if you want to adjust the style of the button on mobile view.

    // https://www.w3schools.com/css/css3_mediaqueries_ex.asp

    Best regards,
    Ismael

    #944330

    Hey xxxinkxxx,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    #top #wrap_all .av-masonry-entry h3.av-masonry-entry-title {
        font-size: 20px;
    }
    

    Best regards,
    Yigit

    your topic is about easy-slider isn’t it?
    What icons ?
    On that page there are also other alb elements with edited settings but you like to have the sliders ?

    it is i think a nice and noob secure description.

    1) create a subfolder in your child-theme folder called shortcodes
    2) place this in your child-theme functions.php :

    add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1);
    function avia_include_shortcode_template($paths){
     $template_url = get_stylesheet_directory();
     array_unshift($paths, $template_url.'/shortcodes/');
     return $paths;
    }

    3) download the zip file and unzip it and upload all 4 files to that subfolder
    4) you can see what is new on sliders ( on easy slider see here :
    5) now you can choose what h tag you like to have and what font-size it got
    6) see on testpage that there is a h1 heading in one easy-slider slide.

    • This reply was modified 8 years ago by Guenni007.
    #944301

    Hi,

    Try this:

    .avia-caption-title.av-medium-font-size-overwrite.av-medium-font-size-35.av-small-font-size-overwrite.av-small-font-size-35.av-mini-font-size-overwrite.av-mini-font-size-35{
    background: rgba(255, 255, 255, 0.5)!important;
    }

    Best regards,
    Jordan Shannon

    #944292
    xxxinkxxx
    Participant

    Hi there,

    I’m trying to change the font size of the text in the masonry grid for this page.
    I’ve tried several CSS codes found through search however it does not seem to work.
    Possible to advise?

    Webpage:

    #944141

    Topic: font size blog articel

    in forum Enfold
    Dennso
    Participant

    Hello Kriesi.at,

    I need help with changing the font size of my blog articles. I want the standard font-size for my blog articles 16px. The font size of my blog articles is much bigger.

    I tried this:

    .entry-content p {
    font-size: 16px;
    }

    and it works really well, except in unordered lists (ul, enumeration list).

    Thanks in advance,

    Anett

    #944110

    Hi,

    Your P tag had inline font size defined and it was overriding your font options in screen tab. I deleted inline styles. Please review your website.

    Regards,
    Yigit

    #944057

    Hi,
    Thank you :)
    FOOTER:
    – Rope separator with drop shadow, same as header and https://www.campbellhillsguestranch.com.
    For the shadow I added:

    #footer {
    box-shadow: 0px -1px 14px 4px rgba(0,0,0,.4);
    }

    – Can the social icons be in the footer, like https://www.campbellhillsguestranch.com?
    the social icons are built into the socket, below the footer, I enabled so you can see at:
    Enfold Theme Options > Footer > Default Footer Widgets & Socket Settings
    – Can I add a button into the footer?
    I added a button into your third footer widget area, HTML block. Notice the class is different than the top button so it will stay in the footer.

    <a class="footer-res-button" href="https://www.campbellhillsguestranch.com/site/guest-ranch-vacations/rates-and-availability.html">Reservations</a>

    the css:

    a.footer-res-button,a.footer-res-button:visited {
        display: inline-block;
        font: 400 16px/32px 'EB Garamond',"Times New Roman",Georgia,serif;
        text-decoration: none;
        text-align: center;
        color: #fff;
        padding: 0 15px;
        margin: 0 auto;
        min-width: 24px;
        letter-spacing: .05em;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px dashed #33270E;
        background-image: url(//static.campbellhillsguestranch.com/themes/CampBell17/images/layout/leatherBG-light.jpg);
        background-repeat: repeat-x;
        background-position: left center;
        transition: transform .3s,box-shadow .3s;
    }

    BUTTONS:
    – Can I customize the buttons to have a particular background image (not just colour)? They can all be the same, but Id like to use an image, like https://www.campbellhillsguestranch.com/.
    I found buttons on the activity page and on the contact page, so I used them as the models for your buttons in which this css will add the background image:

    a.avia-button {
        font: 400 16px/32px 'EB Garamond',"Times New Roman",Georgia,serif!important; 
        color: #fff!important; 
        border-style: none!important; 
        background-color: #e4d7bf !important;
        background-image: url(//static.campbellhillsguestranch.com/themes/CampBell17/images/layout/leatherBG-light.jpg)!important; 
        background-repeat: repeat-x;
        background-position: left center;
    }

    FORM:
    – Can I customize the size of the words and spacing between form elements?
    I only see a contact form on your site, so to change the font size please try:

    #top label {
        font-size: 0.92em!important; 
    }

    I didn’t apply, this is the size it is now, try changing to “1.2em” or more to suit.
    as for the form spacing I assume you mean to the right of “first name” & “email” so they are not touching:

    p#element_avia_1_1,p#element_avia_3_1 {
    padding-right: 10px;
    }

    I didn’t apply, please adjust to suit.

    OK, so lets see how these look, we still need to fix the “overlapping”.
    Hopefully, these will be ok and then we can tackle the “Body” :)

    Best regards,
    Mike

    Taravonribbeck
    Participant

    Hi,

    How do you change the product font size on a product grid? It also pull the product font into caps, how do you change it back to small caps?

    #943897

    Hey nadinedomnink,

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

    .single-product h1.product_title entry-title {
        font-size: 40px !important;
    }

    Best regards,
    Rikard

    #943879

    Hey xxxinkxxx,

    You are not targeting the actual elements, try this if you want to target paragraphs for instance:

    #footer .textwidget p {
    font-size: 4px !important;
    font-weight: 300 !important;
    }

    Best regards,
    Rikard

    #943829

    Hey J.,

    Try to change the code to this one:

    @media only screen and (max-width : 479px) {
      .iconlist_title {
        font-size: 16px !important;
      }
    }

    Hope this helps.

    Best regards,
    Nikko

    #943712

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    .special_amp {
        font-family: sans-serif;
        font-size: inherit!important;
        font-style: inherit;
        font-weight: lighter!important;
        color: inherit!important;
    }
    

    Best regards,
    Yigit

    #943586

    Hey macjeffff,

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

    .sub-menu li {
      background-color:green !important;
    }
    
    .av-submenu-indicator:before {
      font-size:20px !important;
    }

    Best regards,
    Rikard

    #943578
    nadinedomnink
    Participant

    Hi, can I change the font size for the product titles? The font is too big. Could you give me a code for all product pages?

    Thanks a lot! Nadine

    #943560

    Mike, thank you very much for the return. I just entered the code. I put the font value for the first code, DEVICES, and it did not change. I also added two lines to your code and it did not work. What should I be doing wrong?

    / * DEVICE RULES * /
    @media only screen and (max-width: 767px) {
    h3.av-special-heading-tag, h2.av-special-heading-tag, .eapps-instagram-feed-title
    font-size: 14px!important;
    text-transform: uppercase !important;
    font-weight: 800 !important;;
    }
    }
    /
    See the picture in my SPECIAL HEADING configuration
    https://d.pr/Br86G0
    /
    Another observation.

    For titles in TEXT BLOCK does this code work?
    In Special Heading this code is for any H (h1, h2, h3, h3, h5).

    • This reply was modified 8 years ago by mleite1.
    #943552

    Hi,
    Please try adding this css to WordPress > Customize > Additional CSS:

    .html_elegant-blog #top.page-id-3296 .entry-content-wrapper .big-preview.single-big {
        margin-top: 20px !important; 
    }
    
    #top.page-id-3296 h1.post-title.entry-title a {
        font-size: 38px !important;
        color: #70a874 !important;
    }

    The top rule is the current top margin between the title and image, please adjust to suit.
    The second rule is the current font-size for the title, with the color of your button added, please adjust to suit.

    Best regards,
    Mike

    #943549
    Jacky
    Participant

    I tried to change th font-sizes for Smartphons.

    This ist the fontsize for the Icon-list-Titel. With this Code nothing happens on the Smartphone. Whats the raseon.

    /* Smartphones (portrait) ———– */
    @media only screen and (max-width : 320px) {
    .iconlist_title: {
    font-size:16px!important;
    }
    }

    #943547
    xxxinkxxx
    Participant

    I’ve tried the following code however it does not seem to work.
    Could you kindly advise?

    I’m trying to change the font size and weight of the footer (contact us and site links section)

    #footer .textwidget {
    font-size: 4px !important;
    font-weight: 300 !important;
    }

    Webpage:

    Hi Ismael,

    I removed the code because it didn’t work anyway.
    Here the code I removed :
    .av_font_icon.av-icon-style-border .av-icon-char {
    padding: 20px;
    font-size: 30px!important;
    border-width: 1.5px;
    }
    Here the login.

    To resume the problems :
    – I would like the logo to be centered in height, on desktop. Actually it is too close from the top
    – I would like the icon border to be thinner (1.5 px). For example, at the end of the page which I gave the link or at the end of home page.
    – On mobile device, the vertical dotted line which links the icons (icon-list) is shifted on the right. Is it possible to get the line in the middle of the icon (same as on desktop) ?
    – And if I can remove “vous êtes ici” in the breadcrumps, it would be great

    Thanks a lot

    #943487

    And why has my change to the style.css in the child theme no effect on these elements?

    I put

    .avia-icon-list .iconlist_icon {
        border-radius: 120px;
        color: #fff;
        float: left;
        font-size: 14px;
        height: 24px;
        line-height: 24px;
        margin-left: 2px;
        margin-right: 10px;
        margin-top: 0;
        position: relative;
        text-align: center;
        width: 24px;
        z-index: 5;
    }

    in my style.css and nothing changes.

    Hi,

    Theres a semi-colon missing in the code you posted:

    #top .av-masonry-load-more {
       display: inline-block; 
       border-radius: 15px;
       transform: translateX(-50%);
       position: relative;
       top: 15px;
       color: #fff;
       background-color : rgb(30,205,215) !important;
       font-size: 24px !important;
    }

    If you should need any further help on this then we need to see the actual problem on a page to be able to help.

    Best regards,
    Rikard

    #943371

    In reply to: Button questions

    Hey ehdavies,

    You can wrap the text of your button in a span for instance:

    <span style="font-size:20px; font-weight:bold;">Click me</span>

    I’m not sure I understand what you mean by #3, I would advise you to let the text flow naturally, otherwise you will likely have text overflowing outside of the button itself.

    Best regards,
    Rikard

    #943334

    Hey mleite1,
    To change the size of titles on different devices, try this code in WordPress > Customize > Additional CSS:

    @media only screen and (max-width: 767px) { 
    h3.av-special-heading-tag,h2.av-special-heading-tag,.eapps-instagram-feed-title  {
    font-size: 10px !important;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 1023px) { 
    h3.av-special-heading-tag,h2.av-special-heading-tag,.eapps-instagram-feed-title  {
    font-size: 20px !important;
    }
    }

    This is two sets of rules, the top set is for mobile up to tablet, and the font-size will be 10px, The second set is for tablet up to laptop, and the font will be 20px.
    Your current rules will be for laptops and up including desktops.
    Please feel free to adjust the font-sizes to suit.

    Best regards,
    Mike

    #943308
    mleite1
    Participant

    Hello, I use TEXT BLOCK and SPECIAL HEADING for the great titles of each section of the site. On the desktop it has to be large, but on the device it is hacking. How do I get a title with a desktop font value and the same title loading smaller on screen device?

    LINK

    #943281
    Aulas
    Participant

    Hi Enfold Theme,
    In one of my pages, I have placed the “Blog Posts” element – and I display “Excerpts” (with read more link) – but I would like to:

    1. Increase the space between the title and the featured image. How do I do that, please? :-)
    (The title is shown just above the featured image – – I have disabled showing of both category and date)

    2. Change both the title color and the title font-size – – only in the specifik page where it the “Blog Posts”-element is placed. How do I do that, please?

    I hope you can help :-)

    Best regards
    Laura

Viewing 30 results - 7,141 through 7,170 (of 18,743 total)