Page Builder Styles=>CSS overrides
2 years 10 months ago #64069
by aphid
Page Builder Styles=>CSS overrides was created by aphid
I can't get any Page Builder CSS overrides to work e.g. in the page or at row level. IS there a special syntax? I also tried putting in
, no luck. I am having to use the CSS overrides in the template (made with Template Creator). Thanks for your help and feedback!
Code:
ystyle>My CSS code</style>
Please Log in or Create an account to join the conversation.
2 years 10 months ago #64070
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Page Builder Styles=>CSS overrides
Hi
Please give me a real example on a page, what you want to change and how you are doing it, with an url
so that I can check
CEd
Please give me a real example on a page, what you want to change and how you are doing it, with an url
so that I can check
CEd
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
2 years 10 months ago #64071
by aphid
See 'Food'. There is an accordion list. I need to change the triangle icons on the levft - make them larger and change the colour. (currently such a light grey, impossible to see on a PC)
As I mentioned, I have never managed to the Page Builder CSS overrides to ever work anywhere, so I must be making an elementary mistake...
Thanks
Replied by aphid on topic Page Builder Styles=>CSS overrides
Code:
https://www.bazar-international.lu/stands/list-of-stands/9-bazar/69-turkey
As I mentioned, I have never managed to the Page Builder CSS overrides to ever work anywhere, so I must be making an elementary mistake...
Thanks
Please Log in or Create an account to join the conversation.
2 years 10 months ago #64072
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Page Builder Styles=>CSS overrides
ok
you can add this rule in the custom css of your template
then adapt the values
CEd
you can add this rule in the custom css of your template
Code:
#ID1648788013987_accordion span.ui-accordion-header-icon.ui-icon.ui-icon-triangle-1-s {
border-top-color: red;
border-width: 12px 10px 0 10px;
}
CEd
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
2 years 10 months ago #64073
by aphid
Replied by aphid on topic Page Builder Styles=>CSS overrides
Many thanks for your help.
Actually as I mentioned in my first message, I already got it working using my template. I was interested in knowing more about the Page Builder CSS parameters and the usage.
So it's not possible in Page Builder, when can/should you use the CSS overrides in Page Builder, rather than changing the template CSS?
Thanks in advance for your help.
Actually as I mentioned in my first message, I already got it working using my template. I was interested in knowing more about the Page Builder CSS parameters and the usage.
So it's not possible in Page Builder, when can/should you use the CSS overrides in Page Builder, rather than changing the template CSS?
Thanks in advance for your help.
Please Log in or Create an account to join the conversation.
2 years 10 months ago #64074
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Page Builder Styles=>CSS overrides
I don't really understand the request
in Page Builder CK you have some styling options in the left panel that let you manage the display of the items
if you don't find the styling option that you need, then you must use your own css (as we are doing here)
you can put your custom css in your template (custom.css), or you can also use the custom css (button in the left panel) to add this code only for this page. As you want
in Page Builder CK you have some styling options in the left panel that let you manage the display of the items
if you don't find the styling option that you need, then you must use your own css (as we are doing here)
you can put your custom css in your template (custom.css), or you can also use the custom css (button in the left panel) to add this code only for this page. As you want
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
Time to create page: 0.234 seconds