-
Search Results
-
Hi Enfold team,
I’m using text instead of an image file as the logo on my website using the following codes:
functions.php:
`add_filter(‘avf_logo_final_output’, ‘avf_text_logo_final_output’);
function avf_text_logo_final_output($logo) {
$link = apply_filters(‘avf_logo_link’, home_url(‘/’));
$logotext = “Florian K Mueller”;
$subtext = “Büro für Kommunikation”;
$subtext = “<span class=’subtext’>$subtext</span>”;
$logo = “<span class=’logo’><body>“.$logotext.$subtext.”</body></span>”;return $logo;
CSS:
#top .logo,
#top .logo a {
overflow: visible;
text-decoration: none !important;
}#top .logo {
width: 155px!important;
font-weight: 600 !important;
letter-spacing: 0.0em!important;
display: flex;
align-items: center;
top: -20px;
}#top .logo .subtext {
font-size: 14px;
font-weight: 400!important;
color: #1a1a18;
position: absolute;
width: 100%;
left: 0;
top: 20px;
}On small screens (smartphone: portrait/landscape) it looks like it should.
But from a certain width, the subtext becomes double spaced (two lines) with a large line spacing.
Please see screenshots and please let me know how to fix this.Thank you very much in advance.
Best regards, fkm
Hallo, ich habe einen Problem bei der Anzeige mit neueren Iphone´s (Iphone 13 Pro Max). Uns zwar habe ich einen Code
im Backend Theme -> Header -> Telefonnummer oder kleiner Infotext eingefügt:<div id="icon_header">[av_font_icon icon='uf095' font='fontawesome' style='' caption='' size='20px' position='left' color='' link='tel:+49056131660' linktarget='_blank' sonar_effect_effect='' sonar_effect_color='' sonar_effect_duration='1' sonar_effect_scale='' sonar_effect_opac='0.5' animation='' id='' custom_class='' template_class='' av_uid='' sc_version='1.0' admin_preview_bg=''][/av_font_icon]<a href="tel:+49056131660" target="_blank">0561-3166 0</a></div><div id="icon_header-padding">|</div> <div id="icon_header">[av_font_icon icon='ue842' font='entypo-fontello' style='' caption='' size='20px' position='left' color='' link='https: (Email address hidden if logged out) ,9.4410925,17z/data=!3m2!4b1!5s0x47bb3f7770f8161f:0x796e92a9c7972a06!4m5!3m4!1s0x47bb3f77708a37df:0x76d478f814db2439!8m2!3d51.3138338!4d9.4432812' linktarget='_blank' sonar_effect_effect='' sonar_effect_color='' sonar_effect_duration='1' sonar_effect_scale='' sonar_effect_opac='0.5' animation='' id='' custom_class='' template_class='' av_uid='' sc_version='1.0' admin_preview_bg=''][/av_font_icon]<a href="https: (Email address hidden if logged out) ,9.4410925,17z/data=!3m2!4b1!5s0x47bb3f7770f8161f:0x796e92a9c7972a06!4m5!3m4!1s0x47bb3f77708a37df:0x76d478f814db2439!8m2!3d51.3138338!4d9.4432812" target="_blank">Kassel </a></div>Das funktioniert auch gut aber – es wird aber ein automatischer CSS Code durch das AVIA-Framework gesetzt mit:
<style type="text/css" data-created_by="avia_inline_auto" id="style-css-av-av_font_icon-fbad7aabccd071c3d10c6c9f422979ce"> .av_font_icon.av-av_font_icon-fbad7aabccd071c3d10c6c9f422979ce .av-icon-char{ font-size:20px; line-height:20px; } </style>Dadurch verschiebt sich natürlich die Ansicht der ICONS.
Kann ich das irgendwo deaktiveren ?LG Justbusy
Topic: Table background color
How do I change background color of table?
Trying for honeydew. #eff8ee#fffhoneydew
have tried the following/* font size */
.pricing-table>li {
font-size: 14px;
color: #f2f2f0 !important;
background: #f2f2f0 !important;
}/* Pricing rows */
#top .pricing-table li.avia-pricing-row {
background-color: #00aeff !important;
/* color: #ffffff; */
border: none;
}
Also , how do I add same color for columns NOT in table.Topic: Porfolio
I would like to customize the portfolio of the http://www.mavplay.it site:
1) how can I change the font (size and color) of the category text?
2) how can I eliminate the arrow that appears when I pass over the images in the portfolio with the mouse?
Thanks
Topic: blockquote font size
Hi, I need change blockquote font size but this css don’t work
blockquote p {font-size: 18px !important;}Hi,
Since the last plugin update, the font color and font size of individual text boxes get overridden. This is happening on all pages. As an example, they are set to white on this page (https://wearesrna.org/shaping-the-future/our-programs/abcs-of-nmosd/) but they show up as black instead of white. Could you support, please?
Hello,
I have three text blocs on main page: H1, H2 and normal text. The Font Size settings of all these elements do not have any effect at all. Please have a look. I do not want to make these settings the general ones for the whole website – they are just for the main page.
Thank you,
Marina





