-
Search Results
-
Hi,
at the beginning, I would like to thank to whole team for yours stunning work. This theme is just amazing.I have two questions, which I wasn’t able to solve by myself.
1. I have a small issue with the czech language. This translation should be included in this theme, but it does’t work. I tried to rename the language package to cs.po and cs.mo as well as cs_CZ.po and cs_CZ.mo, but even that I have my wordpress in my language, the theme is still in English. It’s fine by me, English isn’t a problem, but for example if I want to use the datapicker from the form part, it stays in English also in my website, which is a little bit confusing for visitors.
2. Is it somehow possible to add hover effect for icon? I have this code from yours theme shortcode
[av_font_icon icon='ue90d' font='entypo-fontello' style='' caption='' link='manually,http://' linktarget='' size='30px' position='center' color='#cccccc'][/av_font_icon]and I would like to add blue hover effect for this icon (this code is used in my footer socket).Thank you a lot. David
Hi
Have a text box with some custom font sizing as per below
****************
<div>
<h5 style=”text-align: center; font-size: 20px; color: #808080; padding-top: 5px;”>CATCH PHRASE GOES HERE</h5>
</div>
<div>
<h1 style=”text-align: center; color: #af2323; font-size: 65px; font-family: tangerine; padding-top: 5px;”>Your Name</h1>
</div>
**************The 65px font is the issue
1. would this code over-ride any mobile friendly (reduction of the font to fit the mobile screen) view and
2. Is there a way to keep the font large on a desktop but have it fit on one line – as albiet as big as possible – on any given mobile device.Thanks In advance
ChrisTopic: top bar font size
Hello,
I was wondering if there is a way to change the sizes of the top bar font size and style..? Also, unbold it…?
I really like the look of this site: https://www.familycarenetwork.com/
Thanks in advance :)
HI,
just tried to change font and is not working please see the attached image
Ps. also tried to use this css and is not changing the size either
body {
font-size: 15px;
}
thanks
Hi, I have one paragraph on my home page that I would like to be slightly bigger. I don’t want to customize the css because that would change it everywhere. I tried adding html to the block itself but it doesn’t take. How can I do this?
Hello,
Thank you for your beautiful theme.
I have some troubles while styling a booking engine form in a new site (test version).
First of all I want to say that this css style work well with another wordpress theme (Genesis).
I tried to insert it in the “style” file of Enfold child, custom css and quick css but this code still does not work.
Can you kindly help me ?Best regards,
jean-danielCSS :
——————————————————–
#reservation_form_wrapper
{
font-size:11px;
padding:0;
}#reservation_form_title
{
font-weight:700;
text-align:left;
display:block;
padding-bottom:5px;
}.reservation_form_row
{
padding:3px 0;
}.reservation_form_row_rate
{
margin:2px 0 10px 0;
}.reservation_form_row_rate .reservation_input
{
padding-top:4px;
}.reservation_form_row_rate input
{
width:140px;
}.reservation_form_row_rate label.reservation_label
{
line-height:10px;
}div#reservation_form select#AVP_list_months
{
width:100px;
font-size:11px;
}div#reservation_form select#AVP_list_days
{
width:55px;
font-size:11px;
}div#reservation_form select#AVP_list_nights
{
width:55px;
font-size:11px;
}label.reservation_label
{
float:left;
font-size:11px;
line-height:11px;
width:55px;
margin-top:5px;
}#submit-row
{
text-align:left;
padding-top:10px;
}#form_links
{
font-size:11px;
}div#reservation_form select#selectedAdultCount,div#reservation_form select#selectedChildCount,div#reservation_form select#selectedInfantCount
{
width:50px;
font-size:11px;
line-height:11px;
}Hi guys,
I need to change one top menu item font color. I have tried using this custom css: #menu-item-1131 { color: green !important; }. This doen not work for some reason. The item ID is correct (for example this works just fine: #menu-item-1131 { font-size: 12px; }).
Any ideas? I tried erasing all other custom css codes but that did not help…
Hi,
I have searched these forums for a solution and have succeeded only in changing the colour of the title text, and the size of the icon, using these (below) in QuickCSS. What do I need to add to change the size of the title and the body of the iconlist?
thanks.avia-icon-list .iconlist_title {
text-transform: normal;
color: #C14000 !important;
}
.avia-icon-list .iconlist_icon {
height: 40px;
width: 40px;
line-height: 40px;
font-size: 20px;
border-radius: 500px;
}Topic: Contact form size
I have a couple of questions if you can help answering:
How can I change the font size in the contact form – labels and input fields?
How can I minimize the “white” space between labels and input fields (above and bellow)?
How can I change the font size and hover background color of send button?Tried to use a sentence with the ‘ in it. “God’s” It would not show on the page. After a while, finally discovered that it works fine if I used the word “Gods” So I used the html character set for ‘ and it worked. Is this something that can be fixed?
WORKS:
[av_heading heading='We believe the gathering of God's people is an important part of being the church.' tag='h3' style='blockquote classic-quote' size='' subheading_active='' subheading_size='15' padding='10' color='custom-color-heading' custom_font='#c3512f'][/av_heading]DOESN’T WORK
[av_heading heading='We believe the gathering of God's people is an important part of being the church.' tag='h3' style='blockquote classic-quote' size='' subheading_active='' subheading_size='15' padding='10' color='custom-color-heading' custom_font='#c3512f'][/av_heading]Hi,
i need to change the color (and size) of the font in tabs – active and not active. The same for the body – here also when hovered for not active tabs.
Also the tabs should reach to the end of the tab box no matter how long the text is.
Thanks Simon
Hi there,
Please see a specific portfolio item at my clients website.
The page has 2/3 column with easy slider and 1/3 column with a header and some text. In the header (h3 class=”av-special-heading-tag” itemprop=”headline”) the client uses an &. For a reason we don’t understand, the font-family and color of the ampersand are automatically changed. The client doesn’t want that.
In the code I have seen that the theme wraps a span around the ampersand:
<span class="special_amp">&</span>The style used for this class is:
.special_amp { font-family: "Baskerville","Palatino Linotype","Palatino","Times New Roman",serif; font-size: 1.3em; font-style: italic; font-weight: normal; line-height: 0.5em; }Why does this happen and how can it be deleted?
Thanks & regards,
Monique
