-
Search Results
-
Topic: Socket Text
Hello! I’m having problems with the socket text. In the theme settings I have….
Copyright © 2020 HiveDesk.com. All rights reserved.<span class=”socketline”>|</span>Privacy Policy<span class=”socketline”>|</span>Terms of Service<span class=”socketline”>|</span>Made with ♥ in Louisville, KY, USA and Mangalore, India. [nolink]
In the Quick CSS I have:
.socketline {
padding-right: 15px!important;
padding-left: 15px!important;
}
#socket .copyright {
font-size: 14px!important;
text-align: center!important;
width: 100%!important;
font-weight: 300!important;
}
.socket_color a {
font-weight: 300!important;
}
.socket_color a:hover {
font-weight: 300!important;
color: #98b9e6!important;
}For some reason, the text will not update now. I’ve cleared the cache and it still will not update. Is there a better way to do this?
I want my text to look like this in the footer:
Copyright © 2020 HiveDesk.com. All rights reserved. | Privacy Policy | Terms of Service | Made with ♥ in Louisville, KY, USA and Mangalore, India.Topic: Mega Menu Resizing fonts
We have tried every option in the forums and none will allow us to adjust the size of our fonts in the mega menu.
Please help!
Avery
Topic: Icons in bullets
Hi I have looked the forum and followed this post ( https://kriesi.at/support/topic/replace-bullets-with-icon-font/?login_error ) and added the following code:
HTML<ul class=”icon-location”> <li><a href="https://google maps link" rel="nofollow">Address</a></li> <ul class=”icon-phone”> <li><a href="tel:+000-000-000" rel="nofollow">(+000) 000 000 000</a></li> <ul class=”icon-mail”> <li><a href="mailto:<a href="mailto:hello@abc.com" rel="nofollow">hello@abc.com</a>“><a href="mailto:hello@abc.com" rel="nofollow">hello@abc.com</a></li> CSS (in quick CSS) ul.icon-location li { list-style: none; } ul.icon-phone li { list-style: none; } ul.icon-mail li { list-style: none; } ul.icon-location li { padding-left: 8px; } ul.icon-phone li { padding-left: 8px; } ul.icon-mail li { padding-left: 8px; } ul.icon-location li:before { content: ‘\E724’; font-family: ‘entypo-fontello’; font-size: 23px; font-weight: normal; position: absolute; left: 6px; } ul.icon-phone li:before { content: ‘\1F4DE’; font-family: ‘entypo-fontello’; font-size: 23px; font-weight: normal; position: absolute; left: 6px; } ul.icon-mail li:before { content: ‘\2709’; font-family: ‘entypo-fontello’; font-size: 23px; font-weight: normal; position: absolute; left: 6px; } .avia-icon-list .iconlist_content li { list-style: none; }However it did not work. Basically I want to achieve three icons in bullet format for phone, address and email.
Thanks,
Hi,
I couldn’t find out how to style the Image with Hotspots Media Elements. Finally, I found the relevant CSS. I offer my CSS to anyone who wants an easy starting point for making their own styles. I include a media query for the narrow width browser windows. Mine can be seen at:The styles are:
/* TOOLTIPS */
.av-tt-default-width {
width: 300px;
height: auto;
border-radius: 20px;
border: solid 1px #444;
box-shadow: 5px 5px 10px #444;
padding: 0 11px;
background-color: #eee;
color: #000;
font-size: 125%;
}
.av-tt-default-width img {
border-radius: 15px;
border: solid 1px #aaa;
box-shadow: 0px 3px 6px #bbb;
padding: 0;
}
@media only screen and (max-width: 767px) {
.responsive .av-hotspot-fallback-tooltip { display: inline-block; }
.av-hotspot-fallback-tooltip-inner { margin-left: 0; }
}Topic: Font Sizes & Options
Hello,
How do I change the font size or actual font in a text box on an About Me Page? I know how to change it for the whole theme, but what if I just want to adjust it for a certain section?
Thanks,
CarrieHi
I want to disable the end-user being able to resize text on my webpages via Dynamic Type. EG When a user sets text-size to really large in their iPhone settings, the larger text breaks my layout on the webpage. Yuk. OR When a user on a desktop uses the keyboard to increase text size (Command+).Is there a way of disabling this function via css or something?
I tried:
body {font-size-adjust: none;}But that didn’t work
I’m pulling my hair out here!Thanks!

