-
Search Results
-
Hello,
In the Private Content section, we are providing two links, one which in the smartphone version shows body text without the fold/unfold feature turned on, and the other with that feature turned on. That second page version includes the word “defect” in the link. You will see that in the second version, the page does not set up correctly; the right side of the body text extends beyond the limits of the screen.. We have tried making text font size smaller but that does not solve the problem.
NOTE: The fold/unfold feature works fine on laptop/desktop screens.
Please let us know if this can be fixed without quick css; the goal here is to make sure that the “Read More” text works on smartphones with different screen sizes, not just one size.
Let us know if screenshots will help; not sure how to send them here.
Thanks,
Cliff
Topic: Button CSS-class
Hi support team,
we want to customize a button.
Using <button class=”mein-benutzerdefinierter-button”>Klick mich!</button> works fine but does not contain a link.
Using Klick mich! contains the link but does not work.CSS-class we used is:
/* neue CSS-Klasse für den benutzerdefinierten Button */
.mein-benutzerdefinierter-button {
/* Hintergrundfarbe */
background-color: #7b8a5e;
/* Textfarbe */
color: #fff;
/* Schriftgröße */
font-size: 16px;
/* Schriftart */
font-family: Arial, sans-serif; /* Setze die Schriftart auf Arial, falls nicht verfügbar, auf die Standardschriftart der Gruppe sans-serif */
/* Text in Großbuchstaben transformieren */
text-transform: uppercase;
/* Umrandung */
border: 2px solid #7b8a5e; /* Setze die Umrandung auf die gleiche Farbe wie den Hintergrund */
/* Padding (Innenabstand) */
padding: 10px 20px;
/* Runde Ecken */
border-radius: 5px;
/* Cursor-Stil */
cursor: pointer;
/* Textausrichtung */
text-align: center;
/* Textdekoration */
text-decoration: none;
/* Weitere Styles nach Bedarf */
}/* Hovern */
.mein-benutzerdefinierter-button:hover {
background-color: red; /* Ändere die Hintergrundfarbe beim Hover-Effekt */
}Can you see why this is not working?
Thanks
Tanjaif you like to have gradient fillings for icons on enfold you can use that background-clip: text
on all icons:
[data-av_icon]:before { background-size: 100% 100%; background: var(--wp--preset--gradient--cool-to-warm-spectrum); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
as background you can use the existing css variable gradients – or any gradient you like.
if you need to be more specific – than you had to use custom classes.
Hi there
i have an events calendar page using the plugin “Events Calendar” and I’m wanting to change the size of the widget title that appears on the sidebar:The title being “Upcoming Events” – how can I change this please.
Cheers
NatashaI noticed that link color is set in Theme options > General Settings > Primary Color.
Unfortunately this changes text link color AND button color.
I want my text link color to remain #00a2e8, how it’s set in theme options, but I want button text color to be different.
If I’m using the button element of the page builder I can customize the color just fine.
But I’m trying to add a button in a text widget in my blog sidebar using the shortcode:
[av_button label='Try Programs' link='https://thedancedojo.com/product/free-trial/' link_target='' size='large' position='left' custom_bg='#FF9100' custom_font='#ffffff']The custom_bg color #FF9100 isn’t working and instead the default text link color that’s set in Theme options > General Settings > Primary Color is what displays.
See blog page here: https://thedancedojo.com/blog/
How can I set the custom background color of the button? Is a shortcode the only way?
Thanks,
RobinHi there
I have added some custom CSS to change the size of the icons but now I’ve noticed the dotted line that usually runs down the center of the icons is showing to the right – can you please help me get the line centered again: https://www.skills4lifepsychology.com/anxiety/
here is the custom css:
/* Icon list icon size */
.avia-icon-list .iconlist_icon {
height: 30px;
width: 30px;
line-height: 30px;
font-size: 18px;
}#top .avia-icon-list .iconlist_icon {
top: 15px;
}Cheers
Natasha






