-
Search Results
-
Hello
Please can you help me with some CSS to do the following to the timeline feature:
1. change the timeline headers to be a different font – Monserrat
2. change the timeline icon (I have used an image here) size to be a little larger
3. change the dashed line to be a solid line that links each icon in the timelineThank you
Topic: Update destroys tagcloud
In the line 794: wp-content/themes/enfold/css/avia-snippet-widget.css will be added “font-size:11px !important;” updating Enfold.
And then the font of the tagcloud will be reduced to 4 pt.
I think it’s a bug.
May someone help me? Thanks!Hi,
I have another question .. Is it possible to change the settings of an HTML tag in responsive design? I used <mark> and I need another font size on mobile view.
Thank you again and best regards,
SabineTopic: Footer/socket fixes
Hi lovely Enfold team! I’m having some funky things going on that I was hoping you could help me with!
1) Mobile socket: I have it set up to center the socket content and stack all the links (so it goes Copyright, two social icons side by side, link, link, link, etc.). Here’s the code I used for that:
@media only screen and (max-width:550px) { .responsive #socket .sub_menu_socket { display: block !important; width: 100%; } .responsive #socket .sub_menu_socket .menu { margin-left: 0; } .responsive #socket .sub_menu_socket .menu li { border: 0; display: block; float: none; text-align: center; line-height: 1.7; } .responsive #socket .sub_menu_socket { display: block !important; width: 100%; } .responsive #socket .sub_menu_socket .menu { margin-left: 0; } .responsive #socket .sub_menu_socket .menu li { border: 0; display: block; float: none; text-align: center; line-height: 1.7; } }Only problem is the social icons are not quite center for some reason – they are just off to the right a little bit. Screenshot provided in the private content.
2) Footer font size: I am using the following code to adjust the size of the font in the footer:
#footer p { font-size:16px !important; }However, it only applies to the first footer column and not the rest (I had to code in the font size of the third footer column to get me through for now)
3I think that’s it for now! Thank you in advance!
Topic: Make button animation flip
Hi,
On my site – http://balrajt9.sg-host.com/ – I would like to make all my buttons into a flip animation effectI am using this custom css
.avia-button.avia-size-large, #top .avia-slideshow-button {
font-size: 18px;
text-transform: uppercase;
color: #ed8b00 !important;
background-color: #ffffff !important;
font-family: ‘Montserrat’, Helvetica, sans-serif;
border-radius: 10px;
padding: 10px 30px 8px 30px;
font-weight: 600;
border:2px solid #ed8b00 !important;
}
.avia-button.avia-size-large:hover, .home #av_section_3 .avia-content-slider-inner .read-more-link a:hover {
transform: translateY(-3px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
color: #ffffff !important;
border:2px solid #007ca5 !important;
background-color: #007ca5 !important;
text-decoration: none;
}However, this does not do the flip effect?
Example of flip effect – https://codepen.io/MoorLex/pen/NBwNZa or something similar
The rollover color/treatment will remain the same, its just the animation needs to be changed to flip.



