Viewing 30 results - 14,101 through 14,130 (of 18,733 total)
  • Author
    Search Results
  • #424052

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    .subtext { color: red; font-size: 18px; }

    Regards,
    Yigit

    #424048

    Thank you. Our client currently has buttons on their site so that the user can make the fonts larger and smaller. We would plan on using a decent size font since the site is for an older audience, but I was just wondering if there was a plugin so we could keep this functionality on the website. Do you believe that the cubetech.ch font-resizer works well with Enfold?

    #424047

    In reply to: Reduce Size of H1

    Hi!

    By default font size of H2 element is 28px and color depends on the options you set in Enfold theme options. If you do not mind posting the link to your page where you have H2 element, we can provide you exact color values

    Cheers!
    Yigit

    Sorry, I like to ask another support:
    Where can I find options to adjust font size of titles when mouse hover the blog image? or how can I resize the title font and define font type?
    http://blog.beeshaus.com/blog/

    Thanks!!
    Young

    #424038

    Hello
    Thank you. I missed that when I inserted the code. Changing code is new to me.
    What is the code to change the font and the size?
    Thanks again
    Marianne

    #424021

    Hi!

    Add this to your custom CSS.

    .toggler { text-align: center !important; }
    

    It looks like your already changing the background color in your custom CSS.

    .main_color .toggler {
      align: centered;
      color: #af2323;
      font-size: 15px;
      background-color: #f2f2f2!important;
    }

    For the icons use this CSS.

    span.toggle_icon > span {
      display: none !important;
    }
    span.toggle_icon {
      background: url("URL to your icon image") !important;
    }

    Cheers!
    Elliott

    • This reply was modified 10 years, 11 months ago by Elliott.
    #423999

    Topic: Reduce Size of H1

    in forum Enfold
    Vincent
    Participant

    Hi, how do I reduce the size of the H1 tag to make it the same size and font style as the H2 tag. (Obviously not changing it’s meaning)?

    Thanks
    Vince

    #423977

    Hi imagestudios!

    Please try changing your code to following one

    @media only screen and (max-width: 767px) {
    h1 { font-size: 3em !important; }
    h2 { font-size: 2em !important; }}

    Best regards,
    Yigit

    #423958
    clementader
    Participant

    Hi,

    Since the last update (3.1.3) I have several issues with posts.

    Before update : http://www.clementader-lefilm.com/clement-ader-film-cinema-2016/
    OK
    After update : http://www.clementader-lefilm.com/brochure-disponible/
    BAD

    1/ Featured image and post title are not displayed
    2/ Font in H1 changed (and is stuck in full caps)
    3/ Font in paragraph style changed (size decreased)
    4/ Space between the lines is huge (example : the last 2 lines in http://www.clementader-lefilm.com/brochure-disponible/ I selected shitt + enter, as usual).
    5/ Date, author and category are not displayed
    6/ Share options disappeared
    7/ Comments field disappeared.

    I did not change the options ; these issues appeared since the last update.

    Thanks,

    • This topic was modified 10 years, 11 months ago by clementader.
    #423929

    Topic: Chrome CSS

    in forum Enfold
    lamenezes
    Participant

    Hello,

    The moment I using chrome browser the css below stops to work, how can I fix that? In firefox works perfect..

    .avia-logo-grid .slide-entry img {border: 4px double rgba(0, 0, 0, 0.3);}
    .ex-tag{ position: absolute;margin-top: -60px;margin-left: -20px;color: #fff;font-size: 13px;padding: 2px 9px;background-color: #2a2c95;}
    .avia-arrow { display: none; }

    #423821

    Added the full url and this did not fix the problem here are the changes in the code

    /* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */
    #avia-menu li a {
    font-weight:normal !important;
    }
    /* General Custom CSS */
    @media only screen and (min-width: 1024px) and  (max-width : 1140px) {
    	#avia-menu li a {
    font-size: 11px;
    padding: 0 8px;
    }
    #header_main .responsive .container {
    width: 95% !important;
    }
    }
    
    @media only screen and (min-width: 768px) and  (max-width : 1024px)  {
        
    .responsive .logo {
    background: url('http://austindowntowncondos.com/wp-content/uploads/2015/04/Austin-Downtown-Condos-Main-Logo-275.png') no-repeat left center;
    position: relative;
    float: left !important;
    background-size: auto 63%;
    top: 0;
    left: -10px;
    }
    .responsive .logo img {
    margin: 0 auto;
    display: none;
    }
    #header_main.responsive .container {
        width: 90%; !important;
    }
    #avia-menu li a {
    font-size: 11px;
    padding: 0 8px;
    }
    }
    
    /*
    Desktop Styles
    ================================================== */
    /* Note: Add new css to the media query below that you want to only effect the desktop view of your site */
    
    @media only screen and (width: 768px) {
      /* Add your Desktop Styles here */
    
    }
    
    /*
    Mobile Styles
    ================================================== */
    /* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */
    
    @media only screen and (max-width: 767px) {
      /* Add your Mobile Styles here */
    .responsive .logo {
    background: url('http://austindowntowncondos.com/wp-content/uploads/2015/04/Austin-Downtown-Condos-Main-Logo-275.png') no-repeat left center;
    position: relative;
    float: none !important;
    background-size: auto 78%;
    top: 0;
    left: -10px;
    }
    .responsive .logo img {
    margin: 0 auto;
    display: none;
    }
    #header_main .responsive .container {
    width: 95% !important;
    }
    #avia-menu li a {
    font-size: 11px;
    padding: 0 8px;
    }
    
    .responsive #top #header_meta .social_bookmarks li:last-child a{border-right:none !important ;}
    }
    #423735
    imagestudios
    Participant

    Is there a way to get headings (H1 and H2 specifically) to be responsive on smartphones? Right now, it bleeds off the side of the phone and is cut off when the word is too long. In this case, the word is “Communicate.” Following advice provided on another post, I tried copying the code below into the Quick CSS, but it didn’t work. Thoughts on how to remedy this? Thanks so much!

    @media only screen and (max-width: 767px) {
    /* Add your Mobile Styles here */
    #top #wrap_all .header_color h1, #top #wrap_all .main_color h1, #top #wrap_all .alternate_color h1, #top #wrap_all .footer_color h1, #top #wrap_all .socket_color h1 {
    font-size: 3em;
    }

    #top #wrap_all .header_color h2, #top #wrap_all .main_color h2, #top #wrap_all .alternate_color h2, #top #wrap_all .footer_color h2, #top #wrap_all .socket_color h2 {
    font-size: 2em;
    }
    }

    #423615

    Dear Elliot,

    Yes you are right some of the banners have text in them.

    However I tried your solution font-size: 2vw” ; there was no change.

    The text has options to change its size in pixels (px) only.

    Regarding your code font-size: 2vw ; Can you explain how it is to be done in detail?

    Let me also tell you, I have already some code in Quick CSS box:
    @media only screen and (max-width: 990px)
    {#wrap_all {position: relative !important;}}

    Please help !!

    #423443
    alexhell
    Participant

    Hello,

    I add a extra widget in the header. It is the language switcher of multipress. I know, that enfold prefer wmpl, but after I had one serious crash with wmpl, I prefer not to use it anymore.

    The flags of the widget appears next to the social icons, like they should. But if I scroll down, the flags scroll down too. Doesn’t look too nice. And if I change to table or phone size, the widget area is mixed with my “phone message”.

    (Btw.: If I activate this phone line and secondary menue, they are in the same row. Possible to fix this for the future? And how to change the font size of the secondary menue?)

    Thanks in advance.
    Alex

    #423414
    tdproperty
    Participant

    My header logo is disappearing on my site austindowntowncondos.com when the page reaches roughly 1024px so that the logo does not overlap the header tabs. I was wondering if there was a way to make the header logo width size responsive or would it be best practice to replace the logo with the mobile logo that I am using that is much smaller? Any help would be greatly appreciated and I would like to change this code via custom.css file not the quick css. I have included the code for my custom.css below

    /* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */
    #avia-menu li a {
    font-weight:normal !important;
    }
    /* General Custom CSS */
    @media only screen and (min-width: 1024px) and  (max-width : 1140px) {
    	#avia-menu li a {
    font-size: 11px;
    padding: 0 8px;
    }
    #header_main .responsive .container {
    width: 95% !important;
    }
    }
    
    @media only screen and (min-width: 768px) and  (max-width : 1024px)  {
        
    .responsive .logo {
    background: url('/wp-content/uploads/2015/04/Austin-Downtown-Condos-Bull-Logo-200x200.jpg') no-repeat left center;
    position: relative;
    float: left !important;
    background-size: auto 63%;
    top: 0;
    left: -10px;
    }
    .responsive .logo img {
    margin: 0 auto;
    display: none;
    }
    #header_main.responsive .container {
        width: 90%; !important;
    }
    #avia-menu li a {
    font-size: 11px;
    padding: 0 8px;
    }
    }
    
    /*
    Desktop Styles
    ================================================== */
    /* Note: Add new css to the media query below that you want to only effect the desktop view of your site */
    
    @media only screen and (width: 768px) {
      /* Add your Desktop Styles here */
    
    }
    
    /*
    Mobile Styles
    ================================================== */
    /* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */
    
    @media only screen and (max-width: 767px) {
      /* Add your Mobile Styles here */
    .responsive .logo {
    background: url('/wp-content/uploads/2015/04/Austin-Downtown-Condos-Bull-Logo-200x200.jpg') no-repeat left center;
    position: relative;
    float: none !important;
    background-size: auto 85%;
    top: 0;
    left: -10px;
    }
    .responsive .logo img {
    margin: 0 auto;
    display: none;
    }
    #header_main .responsive .container {
    width: 95% !important;
    }
    #avia-menu li a {
    font-size: 11px;
    padding: 0 8px;
    }
    
    .responsive #top #header_meta .social_bookmarks li:last-child a{border-right:none !important ;}
    }
    • This topic was modified 10 years, 12 months ago by tdproperty.
    #423349
    deadpeasant
    Participant

    Hello

    I’m not succeeding in adjusting the spacing of text on my frontpage. I’ve looked at various questions and answers here about padding, but I can’t get results from adding suggested code to Quick CSS. Please tell me how to reduce the space before the line “Take control of your speech”.

    Also, I’d like it if I could adjust the space between that line and the following text inside the promo box.

    Lastly, I’m trying to make that line and the headings in the icon list above it identical in font size and weight/boldness (whether both bold or non-bold). Can you tell me how to do this?

    Many thanks

    #423165
    laartje
    Participant

    Hey!

    Is it possible to create a sort of hover state for the mobile version of the masonry gallery?

    This is the css i’ve used so far to create an white semi-transparent image-overlay and text on hover: (this only works on desktop unfortunately). I know its possible to create such hover on mobile devices. Can you help me with this?

    /* ———————— Masonry Gallery ———————————*/
    .avia_desktop .av-hover-overlay-active .av-masonry-image-container {
    opacity: 1;
    }
    .avia_desktop .av-hover-overlay-active .av-masonry-entry:hover .av-masonry-image-container {
    opacity: 0.7;
    }
    .av-masonry-entry:hover .av-inner-masonry-content{
    opacity: 0.8 !important;
    }
    .av-masonry-entry .av-inner-masonry-content {
    height: 101%;
    text-align: center;
    display: table;
    opacity: 0 !important;
    }
    .av-inner-masonry-content-pos {
    vertical-align: middle;
    display: table-cell;
    }
    .av-masonry-entry .av-masonry-entry-title {
    line-height: 1.3em;
    margin: 0;
    font-size: 25px;
    }

    Thanks a lot!

    Greetz,

    Lara

    I did solve the problem by myself!!!! YEAH :)))

    The solution: As my background is black and the font color is white I only had to increase the size of my background picture so you can read the text again ;-)

    Thank you anyway and happy easter!!

    #422897

    In reply to: Google font issue

    Hey coolmccool!

    Which fonts are not displaying properly and on what screen sizes?

    Cheers!
    Rikard

    Hi foxfirecr8!

    You have your body set to a min-width of 600px.

    body {
      font-family: "Open Sans",sans-serif;
      font-size: 15px;
      line-height: 1.6em;
      min-width: 600px;
    }

    That’s going to cause problems on small mobile devices.

    Best regards,
    Elliott

    #422611

    Hi Ali

    Please add following code to Quick CSS as well

    .avia-content-slider .slide-entry-title {
      font-size: 15px;
    }

    Regards,
    Yigit

    #422608

    In reply to: General aesthetics.

    Hi!

    I viewed your link but your site doesn’t really look like in your screenshots.

    To answer your question about the magnific popup icons (arrows, cross, etc etc).. you can do some simple styling on them with this CSS.

    .mfp-arrow::before {
      font-size: 10px !important;
    }
    .mfp-close { font-size: 14px !important; }
    

    Best regards,
    Elliott

    • This reply was modified 10 years, 12 months ago by Elliott.
    #422601

    Hey!

    Sure, please add following code to Quick CSS as well

    @media only screen and (max-width: 480px) {
    h2.av-special-heading-tag {
      font-size: 34px!important;
    }}

    Best regards,
    Yigit

    #422600

    In reply to: CSS Buttons issue

    Hey!

    Following custom CSS codes are overriding

    body.home .avia-button .avia_button_icon {
      left: 0;
      background: #f3f3f3;
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      border-radius: 25px;
      width: 43px;
      height: 43px;
      color: #ff8800;
      float: left;
      text-align: center;
      line-height: 43px;
      font-size: 38px;
    }
    body.home .avia_iconbox_title {
      position: relative;
      top: 9px;
    }

    You can turn on custom CSS field for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and give the buttons you would like to customize a custom class and target only them

    Best regards,
    Yigit

    #422599

    Thanks, that worked!! Awesome! :D

    Can I also add a code for the maximum font-size on mobile phones? Now it doesn’t fit because some words in the heading are quite large

    #422594

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #advanced_menu_toggle { right: 5%; color: white; }
    #advanced_menu_toggle:after {
      content: 'Menu';
      font-size: 18px;
      position: relative;
      top: -4px;
      left: 5px;
      color: white;
    }

    Regards,
    Yigit

    #422579

    In reply to: Responsive 1024 x 768

    Hi!

    You can add following code to Quick CSS and adjust as needed

    .phone-info {
      font-size: 15px;
    }

    Font weight is already bold :)

    Cheers!
    Yigit

    #422543

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .slide-entry p {
      font-size: 15px;
    }

    Cheers!
    Yigit

    #422523

    Hi Yigit,

    I think I know what you mean, but when I inspect the element I get the following code:

    <span class="av_font_icon avia_animate_when_visible av-icon-style- avia-icon-pos-center avia_start_animation avia_start_delayed_animation" style="color:#edae44; border-color:#edae44;"><span class="av-icon-char" style="font-size:40px;line-height:40px;" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span></span>

    If I try to insert this into my pricing table it does not work. The field is empty when viewing the page.

    Am I doing it correct?

    Kind regards,

    Brian

    #422420

    Hey Animals_Comunicazione!

    Thank you for using Enfold.

    Add this to the Quick CSS field to enlarge the hotspot circle:

    .responsive .av-image-hotspot {
      height: 50px;
      width: 50px;
      line-height: 50px;
      font-size: 11px;
    }

    Cheers!
    Ismael

Viewing 30 results - 14,101 through 14,130 (of 18,733 total)