Hi!
@ElementArt was using this: cubetech.ch/products/font-resizer. Otherwise we could give you some custom CSS to set a different font size for your site.
Cheers!
Rikard
-
This reply was modified 10 years, 12 months ago by
Rikard.
Hey catchmikey!
Thank you for using Enfold.
What is the font size of the rotator? Please post the page url here so that we can inspect it.
Cheers!
Ismael
Hey!
I wrapped it with a media query because i thought you wanted this mod only on mobile, try putting the code like this:
#full_slider_1 .avia-slideshow-button {
position: absolute;
/* Adjust these for position */
top: -20px;
left: 60px;
/* Adjust this for size */
padding: 3px !important;
font-size: 12px !important;
}
Regards,
Josue
I am interested in a font resizer for the Enfold theme and would like to know if there is a plugin or how I could implement this. Thank you.
Afternoon Kriesi
Simple one for you I’m sure.
Just want to increase the font size to 15 in the content slider.
Thanks,
Ali
Hey sagarbekal!
1. + 2. On most of your slides it looks like your adding the text directly onto the image which is not going to work. On one of your slides though your actually using the captions which is correct but your setting the font sizes to px values. Try this instead.
font-size: 2vw;
To have it resize with the screen.
3. You could use it but I don’t think it’s going to span the full height like our fullscreen slider. You could try placing the slider width and height to 100% to see how it works.
Best regards,
Elliott
Hi bahamencz!
You could use some CSS like so.
.economy_sort_button:before {
font-size: 20px !important;
content: "\e822";
font-family: 'entypo-fontello';
}
Where “economy” is the name of the tag.
Best regards,
Elliott
Hi Yigit,
that’s what I started off with. Unfortunately that doesn’t to work.
I’ve managed to get it working now with the following….
#socket .social_bookmarks li a {
width: 50px !important;
height: 50px !important;
font-size: 18px !important;
}
The same as your suggestion with an added ‘li’.
So all sorted now :)
Cheers,
Dan
Hey!
Please change your code to following one
#socket .social_bookmarks a {
width: 50px !important;
height: 50px !important;
font-size: 18px !important;
}
Cheers!
Yigit
Hi!
You can use ‘div’ tag instead of ‘h3’ tags. So it would be
$output .= "<div class='iconbox_content_title' {$markup} {$title_styling}>".$title."</div>";
you may need to adjust CSS. You can do so by adding following code to Quick CSS field in Enfold theme options under General Styling tab
.iconbox_content_title { font-size: 20px; }
Cheers!
Yigit
Josue, copied and pasted your code in quick css and nothing happened. I changed the font size, top position and left and nothing has changed.
The margin that takes to the button:
body div. avaia-button
margin: 327px -370px;
And opacity and size
#top .avia-slideshow-button.avia-color-light {
. Padding: 10px 14px;
. Background-color: RGBA (0,0,0,0.6);
}
Your code should be controlling some other function.
Hello, I’m using the headline rotator and running into an issue when centering the text.
I want to have 1 row with static text and 1 row with the rotating text. But when I do this, the rotating text is breaking into multiple lines. I also have activated multiline, but it’s breaking into lines when I do want it to.
I have also tried making the font-size smaller but it’s not helping
What I see: https://www.evernote.com/shard/s47/sh/d9455289-67f9-48c2-bb3b-ba4070d0ff1f/383c04e9125b0b5d0c409621c2ec64ba
Admin selection: https://www.evernote.com/shard/s47/sh/00e34359-a1c0-4a73-b6a4-7c495692b864/7e3700df8dded75ef8a4634af26ab28a
Can you help please? Thanks!
Ok, use the following CSS code:
@media only screen and (max-width: 767px) {
#full_slider_1 .avia-slideshow-button {
position: absolute;
/* Adjust these for position */
top: -20px;
left: 60px;
/* Adjust this for size */
padding: 3px !important;
font-size: 12px !important;
}
}
-
This reply was modified 11 years ago by
Josue.
I have installed a flight booking widget that is basically a table with some javascript.
The booking widget loses all of its styling and goes all over the place. I have identified base.css as the culprit. Ive gone through in inspect element and identified the below rules that affect my widget.
What I’m after is advice on the best way to over ride these rules. Should I copy these rules over to custom.css and edit them as needed?
Some advice would be great! Thanks all
#top select {
-webkit-appearance: none;
border: 1px solid #e1e1e1;
padding: 8px 6px;
outline: none;
font: 13px “HelveticaNeue”, “Helvetica Neue”, Helvetica, Arial, sans-serif;
color: #777;
margin: 0;
width: 100%;
display: block;
margin-bottom: 20px;
background: #fff;
border-radius: 0px;
}
#top label{
font-weight: bold;
font-size: 12px; }
/* #Table
================================================== */
tr:first-child th, tr:first-child td{
border-top-style: solid;
border-top-width: 1px;
}
tr th:first-child, tr td:first-child{
border-left-style: solid;
border-left-width: 1px;
}
td {
font-size: 13px;
padding: 9px 12px;
border-style: solid;
border-width: 1px;
border-left:none;
border-top:none;
}
table {
width: 100%;
padding: 0;
margin: 0 0 20px 0;
font-size: 13px;
}
Thanks Rikard, the text font size looks good now. However i want my menu links to look like the example i sent in the screenshot. Could you provide the css code to make the menu links look larger/bolder? Thanks.
Hey Lev!
please use this code to control the caption’s font-size:
@media screen and (max-width: 667px) {
.slideshow_caption .avia-caption-content p {
font-size: 39px;
}
Please adjust for the different devices by yourself. Here you find a list for max-width for different devices: https://css-tricks.com/snippets/css/media-queries-for-standard-devices/
Best regards,
Andy
-
This reply was modified 11 years ago by
Andy.
Hey!
Instead of adding it as a secondary menu, you can add the Reserve Now button beside the phone info on Enfold > Header > Extra Elements panel. Please provide a screenshot of how you want the button to look like. You can add something like this:
<a class="reserve-button" style="font-family: open sans, helvetica; font-size: 14px; color: #f8d699;">RESERVE</a>
The update will not overwrite or change the child theme’s style.css file so it must be someone from your team or yourself changed the color styles.
Cheers!
Ismael
Hi DROR!
Thank you for using Enfold.
You have this css code which resizes all fonts inside the container:
.template-blog .entry-content > * {
font-size: 16px !important;
}
Best regards,
Ismael
This reply has been marked as private.
This reply has been marked as private.
Hi!
Please add following code to Quick CSS
sub {
vertical-align: sub;
font-size: smaller;
}
sup {
vertical-align: super;
font-size: smaller;
}
Cheers!
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 1240px) and (min-width: 990px) {
#top #header .av-main-nav > li > a {
font-size: 12px;
padding: 0 7px;
}
.logo * { max-width: 80% !important; }}
Best regards,
Yigit
Ok so i changed the name of my MAINMENU (Enfold Child Menu) to [av_font_icon icon='ue811' font='entypo-fontello' size='40px' position='left' color=''][/av_font_icon]
But there is no icon displayed? did i something wrong?
Hello, I need to change the position of the button and characteristics. This button is under an image that signed up in the easy slider fullwidth. I used the quick css this code below but it did not work.
.avia-button {
border-radius: 3px;
padding: 10px;
font-size: 12px;
text-decoration: none;
display: inline-block;
border-bottom-style: solid;
border-bottom-width: 1px;
margin: 395px -390px;
line-height: 1.2em;
position: relative;
font-weight: normal;
text-align: center;
max-width: 100%;
}
What is missing?
link image
https://www.dropbox.com/s/wn7vbg05ao94u5z/buton.png?dl=0
I understand you are looking for us to give you live access but it is not environmental.
I know it has to do with any escaped html in a codeblock or a textblock.
I can see the issue in the debugger php and javascript debugger. I just do not sure which side is a fault yet.
Basically, for codeblock the contents are interpreted somewhere along the way causing the escaped html to be lost (unescaped).
You can do this yourself by simply entering the following code in a codeblock. I assume you have access to enfold theme (press update and you will see the error).
<div style="margin-left: 15px; line-height: 15px; font-size: 12px; font-family: courier; background-color: #e2e2e2; padding-left: 5px;">
<pre><code><?xml version="1.0" encoding="utf-8"?>
<Profile Type="0"
DisplayName="TIFF 200dpi Optimized Color"
Description ="Word Printed 2-Up with Comments and Date Replacement.">
<Settings>
<span style="background-color: yellow;"><strong><!--Word Specific options --></strong></span>
<span style="background-color: yellow;"><strong><add Name="Microsoft.Word.Document.PrintOut.Item" Value="DocumentAndMarkup"/></strong></span>
<span style="background-color: yellow;"><strong><add Name="Microsoft.Word.PageSetup.TwoPagesOnOne" Value="True"/></strong></span>
<span style="background-color: yellow;"><strong><add Name="Microsoft.Word.ReplaceFieldDateWith" Value="***DATE***"/></strong></span>
<!-- Output file options -->
<add Name="Devmode settings;Resolution" Value="200"/>
<add Name="Save;Output File Format" Value="TIFF Multipaged"/>
<add Name="Save;Append" Value="0"/>
<add Name="Save;Color reduction" Value="Optimal"/>
<add Name="Save;Dithering method" Value="Halftone"/>
<!-- TIFF Compression Options -->
<add Name="TIFF File Format;BW compression" Value="Group4"/>
<add Name="TIFF File Format;Color compression" Value="LZW RGB"/>
<add Name="TIFF File Format;Indexed compression" Value="LZW"/>
<add Name="TIFF File Format;Greyscale compression" Value="LZW"/>
<add Name="JPEG File Format;Color compression" Value="Medium Quality"/>
<add Name="JPEG File Format;Greyscale compression" Value="High Quality"/>
<add Name="Image Options;Fax" Value="0"/>
</Settings>
</Profile></code></pre>
</div>
Hey slipp22!
Please try the following in Quick CSS under Enfold–>General Styling:
#footer {
font-size: 120%;
}
Increase or decrease the value 120 for a larger or smaller font.
Best regards,
Rikard
Hey!
Please try the following instead:
.js_active .tab{
color:red important!;
font-size:16px !important;
background-color:blue !important;
}
.js_active .active_tab{
color:yellow important!;
font-size:18px !important;
background-color:black !important;
}
Please delete any cache from caching plugins if you should have one active and delete your browser cache before viewing changes.
Regards,
Rikard
Hi McEwans!
You can target the icons using the following CSS in Quick CSS under Enfold–>General Styling:
#top .iconbox_left_content .iconbox_icon{
width: 100px !important;
height: 100px !important;
font-size: 60px !important;
line-height: 72px !important;
border-style: solid !important;
border-width: 1px !important;
border-radius: 500px !important;
text-align: center !important;
margin-right: 22px !important;
}
Try playing around with values until you find the design you like.
Best regards,
Rikard
Hi!
Please change it to following
#top .avia-post-nav{
display:none !important;
}
.logo img {
padding-top: 15px;
padding-bottom: 15px;
width:400px;
}
/* Font style in Menu */
.avia-menu-text {
font-size: 14px;
}
span.toggle_icon {
width: 15px !important;
}
Best regards,
Yigit
Hi Yigit,
Here is my custom CSS code:
#top .avia-post-nav{
display:none !important;
}
.logo img {
padding-top: 15px;
padding-bottom: 15px;
width:400px
centre
}
/* Font style in Menu */
.avia-menu-text {
font-size: 14px;
}
span.toggle_icon {
width: 15px !important;
Many thanks,
Elindsay