site tree question

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
keydog
 
 
Posts: 196
Joined: Mon Aug 17, 2020 7:47 pm

site tree question

Post 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
User avatar
Pablo
 
Posts: 23021
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: site tree question

Post by Pablo »

The colors of links can be set via the 'Link style' property.
You can define link styles in the Style Manager.
keydog
 
 
Posts: 196
Joined: Mon Aug 17, 2020 7:47 pm

Re: site tree question

Post by keydog »

thank you Pablo
karkojk
 
 
Posts: 27
Joined: Tue May 23, 2023 5:52 pm

Re: site tree question

Post 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;
}
User avatar
Pablo
 
Posts: 23021
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: site tree question

Post 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.

Image
karkojk
 
 
Posts: 27
Joined: Tue May 23, 2023 5:52 pm

Re: site tree question

Post 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
User avatar
BaconFries
 
 
Posts: 5799
Joined: Thu Aug 16, 2007 7:32 pm

Re: site tree question

Post 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
User avatar
Pablo
 
Posts: 23021
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: site tree question

Post 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
karkojk
 
 
Posts: 27
Joined: Tue May 23, 2023 5:52 pm

Re: site tree question

Post by karkojk »

Guys, thank you so much for the direction and clarification
Post Reply