WebSite X5Help Center

 
Rajiv S.
Rajiv S.
User

Colors for Links  en

Autor: Rajiv S.
Visited 644, Followers 1, Udostępniony 0  

Currently I can select a color for (1) active link (2) mousover and (3) visited link

the problem is - some sections of my webpage the same colors scheme may not be visible. If I change the colors, then it applies to entire website. How can I have different colors for links in different sections of the webpage????

Posted on the
3 ODPOWIEDZI - 2 USEFUL
Axel  
Axel  
User
Najlepszy Użytkownik miesiąca FR

Hello Rajiv

By an inspect windows (chrome) on your page, you need to find the name of your element

Right click on your page to open inspect window

And

When your element is found right click to copy the selector

And into the properties of your page

Copy your selector with this CSS code into the properties of your page

And the display is:

Enjoy!
Axel

Czytaj więcej
Posted on the from Axel  
 ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
Moderator
Rajiv S.
... ... ... ... ... How can I have different colors for links in different sections of the webpage???? 

(It > En) ... very simple and quick with the elementary <A> tag ...wink...
... in a Text Object, HTML enabled with the [</>] menu button, (Enable HTML Code),  ...or in an HTML Code Object, paste this string and directly experience that you can customize as you like:

<a style="font: italic bold 24px Arial; color: red; text-decoration:none;" href="https://www.google.it/">GOOGLE</a>

or +ALT +TITLE:

<a style="font: italic bold 24px Arial; color: red; text-decoration:none;" href="https://www.google.it/" alt="GOOGLE" title="GOOGLE">GOOGLE</a>

.

ciao

.

Czytaj więcej
Posted on the from  ‪ KolAsim ‪ ‪