-
Search Results
-
Hi there,
Just love this theme, but after searching through the support forums I still need a bit of help with a few things:1) I have used this code to make the logo bigger in the header, but now it is too close to the Nav menu
.social_header #header_main .container, .social_header .main_menu ul:first-child > li a {
height: 116px!important; line-height: 116px!important; }
.logo, .logo a, .logo img { max-height: 116px!important; }2) How do I make the Info text font bigger “Patent & Trrademark etc in the bar above the navigation?
3) How do I make all hyperlinks bold including the Read More –> in the Home Page
4) On the pages that have a CONTACT COTTERS Promo Box with Button, I want to make the font colour in the button black. I have pasted this code in for the size, but cannot find the syntax for font-color: black;??
.avia-button.avia-size-large { font-size: 16px; } /* for large buttons */
.avia-button.avia-size-medium { font-size: 16px; } /* for medium buttons */
.avia-button.avia-size-small { font-size: 17px; } /* for small buttons */5) Flags on Home Page – do you have advice how I can make these smaller so they all fit on one row – at the moment the layout is restricted to 5 columns across?
If you look at the Quick CSS, I have tried a few things that you will see.
Hi! For some reason slider text in preview looks like this

But in the browser it looks much smaller

Settings for the text in slider are:
<h1><font color=”White”>Океан?</font>
and in “Styles” font size set to 35 pixTopic: Navbar font size
I like to know the functionality of Advanced Styling Guide.
Reason why I’m asking is because on Text Block there are font sizes that are preset already like for H1 to H6. So let say the preset of the font size H1 is 10px, if I want to change the preset of font size for H1 from 10px to 12px under Advanced Styling Guide. Does this means if I create other text block on any other pages, if I create a Text Block and uses H1 will that new font size preset be 12px?
I’m new on this so I like to play around with WordPress so I can make any changes seamlessly on my end rather than having a programmer to do the work.
Thank you
Topic: Changing Font Size
I have a quick question,
If I want to change font size for heading 1, 2, 3 or 4. Do I need to go into Advanced Styling then select Heading under Edit Element and then a drop down will pop up and I can select any font size. So when I select Text Box and select the right H1 2 3 or 4, it will give me that font size?Thank you!
Topic: Contact form post method
Hi Kriesi team…..
i’ve got a question regarding the contact forms included on template… there is any way to post data as a form like this, it means to post data to an url
<form id=”form1″ method=”post” action=”http://domain.com/prm/ws_save_lead.php”>
<div>
<div>
<div style=” color:#666; font-size:14px”>Nombre:</div><input type=”text” value=”” name=”nombre” id=”nombre” required />
</div>
<div>
<div style=” color:#666; font-size:14px”>Teléfono:</div>
<input type=”text” name=”telefono” value=”” id=”telefono” required/>
</div><div>
<div style=” color:#666; font-size:14px”>Email:</div>
<input name=”email” value=”” id=”email” type=”email” required />
<input type=”hidden” name=”ip” value=”<?php $ip = $_SERVER[‘REMOTE_ADDR’]; echo $ip; ?>”>
</div><div id=”check_box”>
<input type=”checkbox” id=”privacidad” value=”S” tabindex=”9″ name=”agree” required>
<label for=”check”>He leído y acepto vuestra política de privacidad</label></div>
<div class=”eform”>
<input type=”submit” name=”button” class=”bot_enviar_formulario” id=”button” value=”” />
</div>
</div>
</form>Hi,
I am using the code below into a few buttons (INPUT). They usually appear in various browsers, but the iPhone and iPad, the buttons are smaller in length and the color changed assuming degrades.Where is the problem?
<input class="BTSALVAR" type="button" value="SALVAR" />input.BTSALVAR { padding: 20px 30px 20px 30px !important; background-color: #83a846; font-size: 20px !important; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; cursor: pointer; color: #ffffff; border: none !important; } input.BTSALVAR:hover { background-color: #8fb058; } input.BTSALVAR:focus { outline: 0; }THANKS
Topic: Enfold Table
I want to add some shading colour to every second row in the table. I do not want it to be a different colour to the main font colour.
Also I want the font to be the same as the default size (not larger)
Any Suggestions would be appreciated.
Hi,
I’ve tried to get this how I need, but falling a little short at the moment. I’m not the best at CSS and learning as I go, and appreciate any help here.
What I’d like:
To have the menus on my dev website work like this;
– No borders in the menu except the top and bottom lines
– Standard #666666 font colour when not selected or not hovering
– Only selected menu item with a #0456a3 background and #ffffff font colour
– Hover over menu item and background should become #0456a3 and font colour #ffffff (hover should cover entire block, not just text)
– I’d like to specify the same type of style with the sub menus, but currently there is a white background which seems to take precedentWhat I have currently
– All borders
– Standard #666666 font colour when not selected or not hovering
– Only selected menu item with a #0456a3 background but a #666666 font colour
– Hover over menu text and background becomes #0456a3 and font colour #ffffffSo I’ve messed up somewhere, I believe the #666666 primary font colour I have in the header settings are overriding any settings I store in the CSS quick styles.
Heres what I have so have in my quick CSS
/* Main Menu */.current-menu-item{
background:#0456a3;
color:#ffffff!important;
text-transform: uppercase;
}.avia-menu-text{
text-transform: uppercase;
color:#666666;
}.avia-menu-text:hover{
text-transform: uppercase;
background:#0456a3;
font-color:#ffffff!important;
font-size: 15px;
}.bottom_nav_header.social_header .main_menu ul:first-child>li a {
border: none;
}
Once again, appreciate any assistance with getting me on track, let me know if theres any further supporting info required here…
cheers
