Forum Replies Created
-
AuthorPosts
-
March 4, 2020 at 1:08 pm in reply to: CSS to use the white color as the background of the page #1190040
Hi Jordan, thanks a lot. Best regards. Bruno
March 3, 2020 at 11:15 pm in reply to: CSS to use the white color as the background of the page #1189845Hi Rikard. You can close this topic. Thanks a lot as always for your support. Best regards. Bruno
March 2, 2020 at 10:45 pm in reply to: CSS to use the white color as the background of the page #1189535Hi Rikard. Perfect! Thanks a lot. Best regards. Bruno
March 1, 2020 at 6:41 pm in reply to: CSS to use the white color as the background of the page #1189239Hi Rikard
http://www.brunocover.it/CMS/wordpress/trikego/?page_id=3129
Thanks a lot. BrunoFebruary 29, 2020 at 1:06 pm in reply to: Custom CSS to use short separator with different styles #1189015Hi Jordan. You can close this topic. thanks a lot. Best regards. Bruno
February 28, 2020 at 5:28 pm in reply to: Custom CSS to use short separator with different styles #1188866Hi Nikko. Your clarification solved my inability. Now is perfect. Thanks a lot. Best regards. Bruno
February 27, 2020 at 1:28 am in reply to: Custom CSS to use short separator with different styles #1188312Yes. Please, I would like to be able to use a class instead of using PAGE ID. I would like to use the separator by customizing the color. I am currently using the css with page id on http://www.brunocover.it/CMS/wordpress/trikego/?page_id=62 and on http://www.brunocover.it/CMS/wordpress/trikego/?page_id=2864
/*** ID 62 Pagina CARGO BIKE ***/
.page-id-62 .hr-short .hr-inner,
.page-id-62 .hr-short .hr-inner-style {
background-color: #2c335d;
}
/*** ID 2864 Pagina PREZZI ***/
.page-id-2864 .hr-short .hr-inner,
.page-id-2864 .hr-short .hr-inner-style {
background-color: #2c335d;
}I would like to make a unique class, to be used on some separators, using a custom css class in Developer Settings, for example Blu2c335d
.Blu2c335d .hr-short .hr-inner,
.Blu2c335d .hr-short .hr-inner-style {
background-color: #2c335d !important;
}I tried but it doesn’t change, so I’m wrong https://ibb.co/tQBc6S0
http://www.brunocover.it/CMS/wordpress/trikego/?page_id=3129
Would you be kind enough to show me the solution? Thanks a lot. Best regards. Bruno
- This reply was modified 4 years, 9 months ago by Bruno.
Hi Rikard. You can close this topic. Thanks a lot. Best regards. Bruno
Hi Mike. As always, your suggestions have solved my problem: thanks a lot for your support. Best regards. Bruno
I did it. If you need it, I opened you admin user. Thank you for your support.
The button should be white with blue writing and on mouseover change and turn blue with white writing.
I left the name of the class. If it were better for you, I could eliminate it. Let me know.Thanks a lot Mike. Best regards. Bruno
Dear Mike, I modified the css by adding your last suggestions
#top .main_color .BGbiancoTXTblu .avia-button {
background-color: #ffffff;
border-color: #ffffff;
border-style: solid;
}
#top .main_color .BGbiancoTXTblu .avia-button:hover {
background-color: #24305e;
border-color: #24305e;
border-style: solid;
color: #ffffff;
}
#top .main_color .BGbiancoTXTblu .avia-button > span.avia_iconbox_title {
color: #24305e;
}
#top .main_color .BGbiancoTXTblu .avia-button:hover > span.avia_iconbox_title {
color: #ffffff;
}
#top .main_color .BGbiancoTXTblu .avia-button > span.avia_iconbox_title:hover {
color: #fff !important;
z-index: 0 !important;
}
#top .main_color .BGbiancoTXTblu > .avia-button > .avia-button:hover {
color: #fff !important;
background-color: #24305e !important;
}but the button continues to give problems when the mouse passes over the text, continuing to go from blue to white and from white to blue, as in the video in example
http://www.brunocover.it/CMS/wordpress/trikego/TMP/button.mp4
I also tried adding
#top .main_color .BGbiancoTXTblu .avia-button:active {
background-color: #24305e;
border-color: #24305e;
border-style: solid;
color: #ffffff;
}but the problem persists: moving the mouse over the text, the state of the button continues to change, from white to blue and from blue to white.
http://www.brunocover.it/CMS/wordpress/trikego/?page_id=2864
What is missing? Thanks a lot for your patience. Best regards. Bruno
Hi Mike. Thanks for your support, you gave me the solutions. Be patient, only one problem remains. Here is the Custom Css Class .BGbiancoTXTblu
#top .main_color .BGbiancoTXTblu .avia-button {
background-color: #ffffff;
border-color: #ffffff;
border-style: solid;
}
#top .main_color .BGbiancoTXTblu .avia-button:hover {
background-color: #24305e;
border-color: #24305e;
border-style: solid;
color: #ffffff;
}
#top .main_color .BGbiancoTXTblu .avia-button > span.avia_iconbox_title {
color: #24305e;
}
#top .main_color .BGbiancoTXTblu .avia-button:hover > span.avia_iconbox_title {
color: #ffffff;
}Moving the mouse over the button but out of the text, it’s perfect: the button turns blue and the writing white
But moving the mouse over the text, the button turns white, the blue border and the white text (and you don’t see it)
What is missing to keep the blue mouse button over the text too?
Thanks Mike. Best regards. Bruno
Thanks Mike for your suggestion: that’s exactly what I would like to understand and do. I would like to understand how to add a custom class to an element, using, as indicated in your image, CUSTOM CSS Class. I wish I could use this method where possible: create a class in quick css and use the class name in the developer settings, but I didn’t understand how to do it. I also looked at the guide
Would you be kind enough to give me an example? Using for example the name “BLU”
that I would put in the field indicated in your image (in the Developer Settings of my button element), how do I change the CSS that I put in my Enfold Child?
#BLU .main_color .avia-color-theme-color.avia-button {
background-color: #ffffff;
border-color: #ffffff;
border-style: solid;}
#BLU .main_color .avia-color-theme-color.avia-button:hover {
background-color: #24305e;
border-color: #24305e;
border-style: solid;
color: #ffffff;
}
#BLU .main_color .avia-color-theme-color.avia-button > span.avia_iconbox_title {
color: #24305e;
}
#BLU .main_color .avia-color-theme-color.avia-button:hover > span.avia_iconbox_title {
color: #ffffff;
}I did some tests but to no avail. Would you be kind enough to help me again? Thanks for your patience. Best regards. Bruno
February 17, 2020 at 11:17 pm in reply to: Custom CSS to use short separator with different styles #1185457Thanks a lot Nikko, it works ^__^ Best regards. Bruno
February 17, 2020 at 11:08 pm in reply to: Custom CSS for table prices: two different CSS for two tables. Classes or ID? #1185454Jordan, everything perfect!!! Thanks a lot again for your support, always optimal. Best regards. Bruno
February 16, 2020 at 1:17 am in reply to: Custom CSS for table prices: two different CSS for two tables. Classes or ID? #1184892In addition to the border on the whole table, could you also suggest me how to change the color of the text indicated in the image?
https://ibb.co/68bKphH
Thanks again for your support. Best regards. BrunoYour support is excellent. This topic is closed, the solution adopted is optimal. Thanks a lot. Best regards. Bruno
February 16, 2020 at 12:46 am in reply to: Custom CSS to use short separator with different styles #1184890I tried as you suggest but nothing changes. Let me explain: for the example, the page is
http://www.brunocover.it/CMS/wordpress/trikego/?page_id=2864
The ID PAGE is 2864 ? And the css
.page-id-2864 #av_section_5 .hr-short .hr-inner,
.page-id-2864 #av_section_5 .hr-short .hr-inner-style {
background-color: #2c335d;
}or
.page-id-2864 #av_section_5 .hr-short .hr-inner,
.page-id-2864 #av_section_5 .hr-short .hr-inner-style {
background-color: #2c335d !important;
}but nothing changes, it remains white. If instead I use
.page-id-2864 .main_color .hr-short .hr-inner-style, .main_color .hr-short .hr-inner {
background-color: navy !important;
}The color from white change in navy, but on all pages, not only in that page ID 2864. Where am I wrong? Other solutions please? Thanks a lot. Best regards. Bruno
February 16, 2020 at 12:25 am in reply to: Custom CSS for table prices: two different CSS for two tables. Classes or ID? #1184889WOW Jordan ^__^ Thanks a lot! I customized your CSS
/*** Table 1 ***/
.avia-builder-el-70 .pricing-table li.avia-heading-row,
.avia-builder-el-70 .pricing-table li.avia-heading-row .pricing-extra {
background-color: #a9b49e !important;
color: #ffffff;
border-color: #ececec !important;
}
.avia-builder-el-70 .pricing-table li.avia-pricing-row {
background-color: #a9b49e !important;
color: #ffffff;
border-style: none; !important;
}
.avia-builder-el-70 .pricing-table-wrap .pricing-table li.avia-pricing-row + li {
color: #a9b49e !important;
background-color: #ffffff;
border-color: #ececec !important;
}/*** Table 2 ***/
.avia-builder-el-72 .pricing-table li.avia-heading-row,
.avia-builder-el-72 .pricing-table li.avia-heading-row .pricing-extra {
background-color: #5F87A2 !important;
color: #ffffff;
border-style: none; !important;
}
.avia-builder-el-72 .pricing-table li.avia-pricing-row {
background-color: #5F87A2 !important;
color: #ffffff;
border-style: none; !important;
}
.avia-builder-el-72 .pricing-table-wrap .pricing-table li.avia-pricing-row ~ li {
color: #5F87A2;
background-color: #ffffff;
border-color: #ececec !important;
}but was unable to outline with a light gray border #ececec
http://www.brunocover.it/CMS/wordpress/trikego/?page_id=2864
I tried to insert it in your css but it was also surrounded internally. I wish the whole table has an #ececec light gray outline
Could you suggest me the solution? Thanks for the patience and the support. Best regards. Bruno
I using your suggestion and adding !!important; also works in Enfold> General Styling> Quick Css
.av-catalogue-container {
margin: 10px 10px !important;
}
#top .av-catalogue-item {
padding: 0 !important;
}
.main_color .av-catalogue-list li:hover {
background-color: #CEE2F1 !important;
}Thanks a lot Victoria ^__^ Best regards. Bruno
February 15, 2020 at 8:26 pm in reply to: Custom CSS to use short separator with different styles #1184812For example, on this page I would like to have it not white, but blue http://www.brunocover.it/CMS/wordpress/trikego/?page_id=62 for this I would like to understand how to make different css for different separator lines
https://ibb.co/7z9Tj87 I want like your page https://kriesi.at/themes/enfold-2017/elements/catalogue/
https://ibb.co/drM4DS2
Thanks a lot. Best regards. Bruno- This reply was modified 4 years, 9 months ago by Bruno.
Custom CSS to use buttons with different styles.
Another example: on the page
http://www.brunocover.it/CMS/wordpress/trikego/?page_id=2864
before the contact form there is a long button, I would like to make a custom css to change its color, border and colors on mouse over: custom css to have buttons with different styles, to be used according to the page and the colors of the page.
Thanks again for your support. Sincerely. Bruno
Would you be kind enough to show me how to make different customizations to have different buttons?
For example, on the home page I use a white button with a green border and green writinghttp://www.brunocover.it/CMS/wordpress/trikego/
while on the FAQ page I have to use white buttons, without border and with blue writing.
http://www.brunocover.it/CMS/wordpress/trikego/?page_id=1648#toggle-id-11
General CSS that I am using for buttons
#top .main_color .avia-color-theme-color.avia-button {
background-color:#ffffff;
border-color: #a9b49e;
border-style: solid;
}
#top .main_color .avia-color-theme-color.avia-button:hover {
border-color: #24305e;
}
#top .main_color .avia-color-theme-color.avia-button .avia-button {
border-radius: 0px;
}But I don’t understand how to customize CSS to have different buttons, to use on different colored backgrounds: I would like to use the custom ID to put it in Developer Settings, could you tell me where to put it in CSS? Thankls a lot. Best regards. Bruno
- This reply was modified 4 years, 9 months ago by Bruno.
Hi Jordan. You can close this thread. Thanks a lot. Best regards. Bruno
Hi Rikard, you can close this thread. Thanks a lot. Best regards. Bruno
Thanks a lot Victoria, your suggestion is perfect ^__^
#top .main_color .avia-color-theme-color.avia-button {
background-color:#ffffff;
border-color: #a9b49e;
border-style: solid;
}
#top .main_color .avia-color-theme-color.avia-button:hover {
border-color: #24305e;
}
#top .main_color .avia-color-theme-color.avia-button .avia-button {
border-radius: 0px;
}Best regards. Bruno
Thanks again Guenni007, now it’s perfect http://www.brunocover.it/CMS/wordpress/trikego/
Many best regards to to all of you. Bruno
Thanks a lot Yigit. Best regards. Bruno
-
AuthorPosts