Are you enjoying the extensions? Did you like the support? Help others decide.

Leave a review

file setup the titile letter from k2 with 12px

More
10 years 6 months ago #3137 by uuonline
hi!
i want to setup the titile link letter from k2 with 12px at calendar right side. and modify the color

how to do it ?

Attachments:

Please Log in or Create an account to join the conversation.

More
10 years 6 months ago - 10 years 6 months ago #3140 by admin
Hello,
the title is included in a <h4> tag. It also has class 'newstitle'.
You will need to override your template's CSS properties to accommodate your needs.
For instance, you could do:
h4.newstitle { 
    font-size:12px !important; 
    color: #000000 !important;
}
Note that the color may also come from the <a> tag, which links your title to its article.

Olivier.
Last edit: 10 years 6 months ago by admin.

Please Log in or Create an account to join the conversation.

More
10 years 6 months ago #3148 by uuonline
Replied by uuonline on topic Re: setup the titile letter from k2 with 12px
thanks! "xiexie" chinese

Please Log in or Create an account to join the conversation.

More
10 years 6 months ago #3156 by admin
You are welcome!

Olivier.

Please Log in or Create an account to join the conversation.