[XenCrea] Color [Paid] [Deleted]

  • Thread starter Thread starter Deleted member 10469
  • Start date Start date
Also, just noticed that category descriptions only just show the very top of them because the category bar does not increase height to show the descriptions beneath the category title.
 
I am on a roll, another question, is it possible to add the option for each category to not only specify the bg colour of the category but also the font colour per category so that light background category colours could have darker fonts and therefore be readable? Many Thanks
 
I am on a roll, another question, is it possible to add the option for each category to not only specify the bg colour of the category but also the font colour per category so that light background category colours could have darker fonts and therefore be readable? Many Thanks

Bonjour, vous pouvez, mais c'est compliqué, regardez la extra.css, vous avez des exemples:

Code:
.node{$xenOptions.4You_catId_7} .aCssClassHere {
    /* here your code for the category 7 */
}

For custom other category, just custom "4You_catId_7", exemple :

.node{$xenOptions.4You_catId_5}
.node{$xenOptions.4You_catId_6}
.node{$xenOptions.4You_catId_7}
etc.

Code:
/* change link size for category 6 */
.node{$xenOptions.4You_catId_6} a {
    font-size: 1.2em !important;
}

For instruction of installation, it's here : http://xencrea.com/index.php?threads/color-installation-instructions-en-version.496/ (after login if you have buy the style).

For background color, it's possible but not recommended, I have try and the result is very bad with a filter of color (by css) on the background and is not compatible with the old version of navigator (rgba() is only compatible with css3), the best is a personal customisation with a simple software (photofiltre by exemple, you have many tutorial for color a background in five minutes on the web).
 
Cheers for the replies. Do you have a fix for: Also, just noticed that category descriptions only just show the very top of them because the category bar does not increase height to show the descriptions beneath the category title.
 
Any update on this bug? Thanks

Hello, for color style (and other if you want), you can add this code inside your extra.css template :

HTML:
.categoryText blockquote.nodeDescription:before {
    content: " - ";
}
.categoryText blockquote.nodeDescription,
.categoryText h3.nodeTitle {
    display: inline-block !important;
    color: white !important; /* you can custom the color here or remove this line and use style properties */
}

Result Title/Description :

cWMTRIH.jpg
 
A fix is available for fix the textual logo bug, you can download the last update :)
 
This resource has been removed and is no longer available for download.
 
Top Bottom