-
Search Results
-
Topic: Change font size on mobile
Is there a way to change the font size just on mobile on one headline? I have one headline that I want big (60px) but the word is too long and it’s getting cut off on the phone. You can see here: fairshareeverywhere.com. Towards the bottom, there is a big #FAIRSHAREEVERWHERE.
Am I better off making it an image?
Hi,
i have a code here that is working but i still cant figure how to get a space between the text
example:
Home(space)(space)About(space)(space)[LOGO IMAGE](space)(space)Categories(space)(space)Find us
means the gap between the text need to be bigger.
any code that i can use? thanks!btw im using this code to make my menu:
@media only screen and (min-width: 780px) { /*In the below code nth-child(x) the value of x should be half the number of total menu items*/ #top #header .av-main-nav li:nth-child(2) { /* Adjust the width of the logo */ margin-right:300px; } #header .main_menu { /*background: gold;*/ width: 100%; left: 20%; transform: translateX(-20%); } .av-main-nav-wrap { left: 50%; transform: translateX(-50%); } #header_main .avia-menu-text { font-size: 25px; } #header .logo { left: 50%; transform: translateX(-50%); z-index:999; } #header .logo img { top: 50%; transform: translateY(-50%); max-width: 100px; }I used the code below to substitute an image instead of the pencil icon , however the grey background color of the box is still there, how can I change it to white ?
.blog-meta span.iconfont {
background-image: url(https://sprenzlaw.com/wp-content/uploads/2019/01/sprenz-law-new-logo-layout-2.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
}
.blog-meta span.iconfont:before { display: none; }Hi Enfold team,
I’m working on customising the dark contact form and was able to adjust quite a bit thanks to your documentation.
As of now everything I added is working except for some or the ‘button’ adjustments.
1. I’m trying to get the border-width of the send button to be 3px – even though I added it it is not changing on my site, but it does work when hovering over the button.
2. I’m trying to change the button font-color to be #cf3662
3. I trying to change the button hover font-color to be white4. Additionally I would like to change the font-size and color of the text I added to a check-box label and for the Captcha Text – but couldn’t find anything that was working
I’m posting what I have added to the Quick CSS styling area here. Please let me know if you need any further information. Thanks :)
#top div .av-dark-form input[type=’text’] {
border-color: #333333 !important;
background-color: transparent;
border-radius: 6px;
font-family: ‘montserrat-regular’
}#top .avia_ajax_form .text_area {
border-color: #333333 !important;
background-color: transparent;
border-radius: 6px;
font-family: ‘montserrat-regular’;
}.av-custom-form-color .button {
border-color: #cf3662 !important;
border-width: 3px !important;
font-color: #cf3662 !important;
background-color: transparent !important;
border-radius: 6px;
font-family: ‘montserrat-regular’;
font-size: 17px;
}.av-custom-form-color .button:hover {
border-color: #cf3662 !important;
border-width: 3px !important;
font-transform: #ffffff !important;
background-color: #cf3662 !important;
border-radius: 6px;
font-family: ‘montserrat-regular’;
font-size: 17px;
}#top .avia_ajax_form .error input[type=’text’],
#top .avia_ajax_form .error .text_area {
background: #ffffff!important;
}Hallo,
ich will die Überschriften NICHT in VERSALIEN haben. Dazu habe ich einen Code von euch bekommen, der funktioniert aber nicht:
h1, h2, h3, h4 {
text-transform: none !important;
}ich kann die Schriftart oder Schriftgröße nicht ändern. Ich bin schon auf ganz groß und ganz klein gewesen, um einen Unterschiede zu sehen. Es hat sich nichts geändert.
dann möchte ich auch die Größe der Typo in der Menuzeile ändern, geht auch nicht. Dazu hatte ich diesen Code:
.main_menu ul:first-child>li>a {
font-size: 25px;
font-style: normal ;
}Bitte mal schauen
Topic: Change colour and size H2
Hi Enfold Team,
I need some help to change the colour and size of a custom font I added with Use Any Font. It’s added correctly, but I cannot cange the colour and size in H2.
I’m not experienced with web design, but I tried with:
.title_container h2 {
color: #ff7337;
font-size: 40px;
}
h2 { font-size: 28px; }But didnt’ work! Could you help me please?
Thank you.
Topic: Table Colours
Hi
I have inserted few tables in this sectionThey look good on desktop with header colour being different. I managed to change the header colour using some css code.
How I have following questions, please can you provide me some CSS code or instructions as to how can I change these.1: How can I change the alternative row colours on Desktop only.
2. How can I show the alternative data section colours on Mobile.
3. How can I change the font type, size on mobile (Headings and Content)These are the final changes and then the website is going live … :)
Please help.
Kind regards,
http://www.projectt.co.ukHello, Your theme is great, Thank you.
Today I ask about easy slider size in mobileas you see in the link below,
the navigation arrow in slider is too big in mobile
I tried to change in mobile, but I failed.It would be great , You let me know How to do that.
Thank you.It would be great, You let me know about this
this is my css for that, but only stroke box could change and arrow could not see.
——————————————————————————————@media only screen and (max-width: 600px) {
#top .avia-slideshow-arrows a {
display: block;
text-decoration: none;
color: #fff;
visibility: visible;
position: absolute;
width: 20px;
text-align: center;
height: 20px;
line-height: 32px;
font-size: 12px;
top: 50%;
margin: -30px 15px 0;
z-index: 99;
overflow: hidden;
text-indent: -600%;
}}
——————————————————————————————————-




