-
Search Results
-
Topic: New Div Class
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 :)
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>Topic: Header Phone background
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?Topic: Cart size
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 ?
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
Topic: Footer and socket typography
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.
Topic: Round Button with icon
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
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.
Topic: Change font style en size
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!
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
Hi Team,
How can I increase the font size of the copy in the whole site?
Thank you,
Frederic
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
