Page 1 of 1
site tree question
Posted: Tue Jun 25, 2024 10:18 pm
by keydog
do page properties, as far as link colors affect a site tree
cant seem to get my site tree to display as I want it to,
I'm editing a site file to make a new site
the original file has the site tree in yellow, just want to make the links white
Re: site tree question
Posted: Wed Jun 26, 2024 5:46 am
by Pablo
The colors of links can be set via the 'Link style' property.
You can define link styles in the Style Manager.
Re: site tree question
Posted: Wed Jun 26, 2024 1:12 pm
by keydog
thank you Pablo
Re: site tree question
Posted: Fri Aug 02, 2024 6:10 am
by karkojk
I'm just going to "study" it to figure out the best way to organize CSS stylesheets, figuring out the principle in wwb19. Is there a summary somewhere outside of
https://www.wysiwygwebbuilder.com/style_manager.html.
I went to WWB for this, because you can control it and not gerrymander unnecessary styles or overwrite them like in big CMS where the optimization is more complicated.
Here I changed the styles to "Page properties -->Style", but that is not linked to the link for example to "Card Items --> Link" where the style has to be set.
How do you solve this, how do you work with styles in WWB19?
a:visited
{
color: #A0FFF;
}
a:active
{
color: #FF0000;
}
a:hover
{
color: #C0FFA0;
text-decoration: underline;
}
Re: site tree question
Posted: Fri Aug 02, 2024 7:06 am
by Pablo
Cards items have their own styling. Each card item can be styled individually.
If you need further assistance then please share a DEMO project so I can see what you are trying to do.

Re: site tree question
Posted: Fri Aug 02, 2024 12:42 pm
by karkojk
I don't have a problem, I'm just trying to figure out how to handle ccs styles in WWB as you guys do. I know every project is different . . .
What I'm asking about is the "a" style set in the base. Logically it is clear to me, but how to work with it in WWB19 is not, when to insert styles using "style manager" when via "Object HTML --> Custom CSS" so that styles are not overwritten and it is ce most efficient.
Attached are the link setup "Page Properties --> Style --> Links" and how to link the wall style to "Read more >>" on "Card Container".
https://ln5.sync.com/dl/4e49d80a0/5nzim ... x-g3mfw6ci
Re: site tree question
Posted: Fri Aug 02, 2024 1:04 pm
by BaconFries
Are you highlighting the text "Read More" then applying the style. For it to apply you need to highlight it first.
See the following:
Change the color or style of a link
Re: site tree question
Posted: Fri Aug 02, 2024 1:22 pm
by Pablo
What I'm asking about is the "a" style set in the base.
The default style for (unstyled) links can be set via the page properties.
The linked text can be styled via hyperlink styles.
Text in cards will use the style of the text, because all characters in a card item have the same style.
See also:
https://www.wysiwygwebbuilder.com/link_color.html
Re: site tree question
Posted: Fri Aug 02, 2024 4:22 pm
by karkojk
Guys, thank you so much for the direction and clarification