WebSite X5Help Center

 
Sinisa B.
Sinisa B.
User

BLOG's CATEGORIES LAYOUT...  en

Autore: Sinisa B.
Visite 1018, Followers 1, Condiviso 0  

Hi all!

Regarding the BLOG layout-features - how to change the link-layout of the BLOG's SIDE BLOCK?

See below:

I mean > link color, on mouse-over color...etc? It seems that those can not be changed via regular TEMPLATE links settings...

BTW - I'll accept the CSS coding solution - because these default setting is UGLY!

Postato il
4 RISPOSTE
Paul M.
Paul M.
Moderator

Hello Sinisa,

Do you have a link to the exact page in question, please?

If you can forward it then I'll post the CSS by return.

Thanks!

Paul

Search the WebSite X5 Help Center

Leggi di più
Postato il da Paul M.
Sinisa B.
Sinisa B.
User
Autore

Hi Paul!

I'm trying to incorporate a BLOG into my TEST site - and I'm working off-line with no intention to upload the site.


I'll try to find a CSS name for that object/div by checking the page source with Chrome.

If I fail - I'll be screaming for help here!

smile

Thank you!

BTW- this goes as an IDEA post pretty soon!

Leggi di più
Postato il da Sinisa B.
Paul M.
Paul M.
Moderator

OK, no problem, it will be something along these lines:

<style>
#imBlogBlock0.imBlogBlock a { color: red }
</style>

But obviously you'll need more code for the various link states.  For example, mouseover would be:

#imBlogBlock0.imBlogBlock a:hover { color: red }

Previously clicked links:

#imBlogBlock0.imBlogBlock a:visited { color: red }

Leggi di più
Postato il da Paul M.
Sinisa B.
Sinisa B.
User
Autore

@ Paul

Extremely large thumb-up! cool

Leggi di più
Postato il da Sinisa B.