Viewing 30 results - 16,111 through 16,140 (of 18,728 total)
  • Author
    Search Results
  • #293002

    Topic: New Div Class

    in forum Enfold
    fuenos
    Participant

    Hi Everyone, Guten Tag,

    I try to add a own Div Class (Blockquote) but the both borders appear only in white, can you please advice me what is wrong?

    .blockquote2{
    border-style:dashed;
    border-top-width:5px;
    border-bottom-width:5px;
    border-color:#779909;
    color: #ff9900;
    padding-left:5px;
    margin-bottom:1em;
    margin-right:1em;
    font-size: 16px;
    text-align: center;
    line-height: 1.5em;
    }

    Thank you very much in advance.

    Best wishes from Cologne :)

    #292952

    Hi chapdes!

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

    .av_dropcap2 { font-size: 24px; }

    Regards,
    Yigit

    #292748
    felipemillan
    Participant

    Hi, I want to create a form so my users can signup to my service, but the problem is that the theme always apply his CSS over my CSS.

    So for example, the element INPUT have an attribute “block” but that give me problems.

    I try to create the entire thing with the code block but it’s not working

    This is the code of the form:

    <div class="row white">
      <div class="container newsletter">
        Receba as novidades por email.
        <input type="text" placeholder=" (Email address hidden if logged out) ">
        <button class="button">
          <span>Receber</span>
        </button>
      </div>
    </div>
    
    <style>
    * {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
    }
    
    body {
      margin: 60px 0;
      font-family: "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
      font-size: 22px;
      background: #000;
      color: #FFF;
    }
    
    .row {
      padding: 30px;
    }
    
    .white {
      background: #FFF;
      color: #000;
    }
    
    .container {
      margin: 0 auto;
      max-width: 100%;
      width: 940px;
    }
    
    input {
      height: 50px;
      width: 300px;
      border: none;
      background: #EEE;
      margin-right: 20px;
      margin-left: 30px;
      -webkit-box-shadow: inset 0 4px 0 rgba(0,0,0,0.06);
      -moz-box-shadow: inset 0 4px 0 rgba(0,0,0,0.06);
      box-shadow: inset 0 4px 0 rgba(0,0,0,0.06);
      padding: 0 15px;
    }
    
    input:focus {
      background: #F3F3F3;
    }
    
    .button,
    input{
      font-family: "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
      font-size: 22px;
      color: #000;
      text-decoration: none;
      display: inline-block;
    }
    
    .button {
      height: 50px;
      background: #CDDB28;
      text-transform: uppercase;
      font-weight: 600;
      -webkit-box-shadow: 0 4px 0 #A3B021;
      -moz-box-shadow: 0 4px 0 #A3B021;
      box-shadow: 0 4px 0 #A3B021;
      padding: 0 50px;
      border: none;
      cursor: pointer;
      -webkit-transform: translateY(-4px);
      -moz-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
      -o-transform: translateY(-4px);
      transform: translateY(-4px);
    }
    
    .button:hover {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
    }
    
    .button:active {
      background: #A3B021;
      -webkit-box-shadow: inset 0 4px 0 #8D931D;
      -moz-box-shadow: inset 0 4px 0 #8D931D;
      box-shadow: inset 0 4px 0 #8D931D;
    }
    
    .button span {
      display: block;
    }
    
    .button:active span {
      -webkit-transform: translateY(4px);
      -moz-transform: translateY(4px);
      -ms-transform: translateY(4px);
      -o-transform: translateY(4px);
      transform: translateY(4px);
    }
    
    textarea, input { outline: none; }
    </style>
    
    <script>
    $('.button').click(function() {
      var rowHeight = $('.row').height();
      $('.newsletter').fadeOut(500, function() {
        $('.row').height(rowHeight);
        $(this).html('<strong>Quase lá!</strong> <br />Verifique sua caixa de email para confirmar a assinatura.');
        $(this).fadeIn(500);
      });
    })
    </script>
    #292694
    daza84
    Participant

    Hi, i’ve moved the phone and increase the font size using this https://kriesi.at/support/topic/header-phone-numberextra-info/
    but i’m left with a white background at the top and bottom of my header, this white is not there when the header phone is disabled, am i able to remove the white completely?

    • This topic was modified 11 years, 8 months ago by daza84. Reason: adding myself to email notification
    #292685

    In reply to: Cart size

    Hey Jonas!

    Try adding this code to the Quick CSS:

    .cart_dropdown_link span {
        font-size: 32px;
    }
    .cart_dropdown_link{
        background: red !important;
        color: white !important;
    }
    .cart_dropdown {
        overflow: hidden;
    }

    Change as needed.

    Cheers! 
    Josue

    #292646

    Topic: Cart size

    in forum Enfold
    jjdenmark
    Participant

    Hi

    is it possible to change the cart icon size (Woocommerce boxed, right corner), the backgrund color and the specific icon?

    I found some CSS here in the forum, but it dosent help to modify

    #header_main > ul > li > a.cart_dropdown_link span {
    font-size: 20px;
    }

    Can you help me here ?

    #292543
    dmpitzer
    Participant

    Hi Guys!

    I hope you can help, I created some CSS buttons on the LayerSlider, but they are not scaling even though I have css code to do it. Any help you have would be greatly appreciated, the code I am using is below:

    /* Buttons on the Layer Slider*/
    .btn {
      background: #71777a;
      background-image: -webkit-linear-gradient(top, #71777a, #3b3e40);
      background-image: -moz-linear-gradient(top, #71777a, #3b3e40);
      background-image: -ms-linear-gradient(top, #71777a, #3b3e40);
      background-image: -o-linear-gradient(top, #71777a, #3b3e40);
      background-image: linear-gradient(to bottom, #71777a, #3b3e40);
      -webkit-border-radius: 12;
      -moz-border-radius: 12;
      border-radius: 0px;
      text-shadow: 1px 1px 3px #666666;
      font-family: Arial;
      color: #fafafa!important;
      font-size: 16px;
      padding: 10px 20px 10px 20px;
      text-decoration: none!important;
    }
    
    .btn:hover {
      background: #adb1b3;
      background-image: -webkit-linear-gradient(top, #adb1b3, #858b8f);
      background-image: -moz-linear-gradient(top, #adb1b3, #858b8f);
      background-image: -ms-linear-gradient(top, #adb1b3, #858b8f);
      background-image: -o-linear-gradient(top, #adb1b3, #858b8f);
      background-image: linear-gradient(to bottom, #adb1b3, #858b8f);
      color: #ffffff!important;
      text-decoration: none;
    }
    
    * All Mobile Sizes (devices and browser) */
    @media only screen and (max-width: 767px) {
    
    	.btn {
    	  background: #71777a;
    	  background-image: -webkit-linear-gradient(top, #71777a, #3b3e40);
    	  background-image: -moz-linear-gradient(top, #71777a, #3b3e40);
    	  background-image: -ms-linear-gradient(top, #71777a, #3b3e40);
    	  background-image: -o-linear-gradient(top, #71777a, #3b3e40);
    	  background-image: linear-gradient(to bottom, #71777a, #3b3e40);
    	  -webkit-border-radius: 6;
    	  -moz-border-radius: 6;
    	 
    	  text-shadow: 1px 1px 3px #666666;
    	  font-family: Arial;
    	  color: #fafafa!important;
    	  font-size: 4x;
    	  padding: 5px 10px 5px 10px;
    	  text-decoration: none!important;
    	}
    	
    	.btn:hover {
    	  background: #adb1b3;
    	  background-image: -webkit-linear-gradient(top, #adb1b3, #858b8f);
    	  background-image: -moz-linear-gradient(top, #adb1b3, #858b8f);
    	  background-image: -ms-linear-gradient(top, #adb1b3, #858b8f);
    	  background-image: -o-linear-gradient(top, #adb1b3, #858b8f);
    	  background-image: linear-gradient(to bottom, #adb1b3, #858b8f);
    	  color: #ffffff!important;
    	  text-decoration: none;
    	}
        
    }
    

    Thank you,

    Dave

    #292446

    Hi!

    Please add following code to Quick CSS as well

    #top .social_bookmarks li a { font-size: 18px; }

    Regards,
    Yigit

    #292430

    Hi David!

    You can use the same selector to increase the font size

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

    Regards,
    Yigit

    #292424

    Hey Yigit, that’s awesome man! One more thing, would you mind telling me how do to increase the font size for that area?

    Cheers,
    David

    #292409

    Hi Jey!

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

    .title_container .main-title { font-size: 18px; }
    .title_container .main-title a { color: red !important; }

    Best regards,
    Yigit

    #292357
    This reply has been marked as private.
    #292289

    Hi Chelsea!

    In functions.php, to add a button:

    add_action('ava_after_main_menu','logo_text');
    function logo_text() {
    echo "<div class='logo-text'>";
    echo "This is my custom text!";
    echo do_shortcode("[av_button label='Click me' link='manually,http://' link_target='' color='theme-color' custom_bg='#444444' custom_font='#ffffff' size='small' position='center' icon_select='yes' icon='ue800' font='entypo-fontello']");
    echo "</div>";
    }

    Cheers!
    Josue

    #292139

    Hey!

    Sorry, I got the wrong class: Replace with this:

    
    .page-id-514 #av_section_1 .avia_textblock {
    font-size: 17px;
    }
    

    Cheers!
    Günter

    #292128
    paaploo
    Participant

    Hello,
    under the main navigation is my 2nd navigation (scroll menu). The font size of the main navigation is okay, but the sub navigation is in standard very large. How can I change the font size?

    • This topic was modified 11 years, 8 months ago by paaploo.
    #292120

    Hi!

    In coustom.css or Enfold->Styling->Quick CSS field put the following and adjust the px value:

    
    .page-id-514 #av_section_1 .av_textblock{
    font-size: 17px;
    }
    

    Best regards,
    Günter

    I think I found a “simple” solution to the preview looking different than the final rendering problem with layerslider. Hopefully, there can be a coded solution as some people may not know how to do this.

    When you using a “text” layer, ALWAYS select “paragraph” – do NOT select “h1” (or any of the other “h” tags. Wrap your text in a <span> tag and use inline css to style your text.

    When I did this – the text lined up pixel for pixel in the live version (as compared to the previewed slideshow).

    Also – just to be clear – if you are using a “boxed” version of this theme, the website is 1130 wide – NOT the usual 960px. Set your slider width to 1130 and the height to whatever you want. I would guess (but I’m not using it so I’m not sure) that if you are doing a full width version – you would want to set your inner “invisible” container to 1130….. but don’t quote me on that.

    For you non coders – look up inline css for more advanced stuff, but for the most part I’m guessing you will only want to change the color and the size of the text. Here is an example of the code you could use to make the font big and yellow.

    <span style=”color:yellow;font-size:34px”>Is a WHOLE LIE</span>

    #291729
    Niels
    Participant

    Hello,

    I’d like to be able to change the font in the socket and footer areas – in particular the font, font size, letter-spacing and uppercase properties.

    Can you point me in the right area?

    Thanks.

    #291648

    Topic: Round Button with icon

    in forum Enfold
    fuenos
    Participant

    Hi,

    I want to change small button (.avia-button.avia-size-small) as a rounded button without text only with fontello icon.

    Can you please advice or give the possible CSS codes.

    Thanks in advance.

    Regards

    #291534

    Thanks for that Yigit, but that only lets me change the font, font colour and size. I would also like to change the letter-spacing and display it uppercase.

    #291515
    Niels
    Participant

    Hi,

    I’m trying to find where I can change the font, font size, font weight, font colour and letter spacing for the Main Menu in Enfold?

    Thanks.

    Muskrat37
    Participant

    I’ve read the threads on the layer slider issues with the preview layout being different than than the live version on the site. I have ran into this issue, and one thing I’ve noticed is that the text is much larger in the live slide than the preview pane.

    I think the sliders css for the “H1 – H6” tags are getting ignored.

    In other words, the css in the preview pane seems to have the h1 font size set to a certain size, but then when you checkout the slider on the live site – the h1 is picking up it’s font size either from a default for an h1 tag, or the css for the h1 tags in the theme itself. Does that make sense?

    The problem is – I dont’ know how to fix it.

    • This topic was modified 11 years, 8 months ago by Muskrat37.
    #290989

    Hey!

    Please flush browser cache. Font size has changed on my end – http://i.imgur.com/Kn0Nd4o.png

    Best regards,
    Yigit

    #290986

    Hi Yigit,

    The problem with the size still occur.

    I will try to change the fontstyle with the link, thanks!

    #290961
    Dierbewust25
    Participant

    Hi Moderator,

    I would like to change the font style to Proxima Nova and the size to 18px.

    I changed the size with this code: body {
    font-size: 18px;
    }
    But then there are some problems with my menu.

    Can you also let me know, how i can simply change the fontstyle to Proxima nova?

    Thanks!

    #290933

    Hi Frederic!

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

    div.phone-info {
    font-size: 18px;
    }

    Cheers!
    Yigit

    #290895
    ShortieD
    Participant

    Hey guys – i’ve done a bit of searching on this forum and found this code to change the main menu font size – but it’s not working.

    .main_menu ul:first-child > li > a{ font-size: 12px !important; }

    can you help me – I need to change the font size as I’m adding another item and it will crowd the header.

    thanks

    http://www.acmena.com.au/

    #290892
    #290868
    frederictib
    Participant

    Hi Team,

    How can I increase the font size of the copy in the whole site?

    Thank you,

    Frederic

    #290867
    frederictib
    Participant

    Hi Team,
    Is there a way to increase the type size of the phone number in the top navigation. I increased the font of the top navigation (2nd) but th ephone number is still super small.

    Thank you

Viewing 30 results - 16,111 through 16,140 (of 18,728 total)