Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #749378

    Hello,

    I have different categories to categorize my news (posts) and I would like to custom the color of every category, as I show you in the example below: category (and title and elements if they are possible):
    http://subefotos.com/ver/?bdc74cf9f2f96cfcfa5919c3a287d5e2o.png
    I’m using “elegant” blog styling.
    How could I do it?
    I know how to change the color of the category texts but not just to change one by one.

    Another question, the link URL in buttons doesn’t appear… I need to add a link in all of them, I use buttons in a lot of pages…
    I’m very worried about it.

    Thank you so much. and congrats for the theme.

    • This topic was modified 7 years, 9 months ago by Tonicobertera.
    #751136

    Hey Tonicobertera,

    Can you give the link of the page in the screenshot? you can put it in Private Content to keep the link in private.

    Best regards,
    Nikko

    #752242

    Hello Nikko,
    The screenshot is a jpg edited with photoshop to show you the result I would like to get.
    I write you in private content my url.
    I have 5 categories and I would like to assign one color to each one. One in blue, another one yelow…

    On the other hand, what about the link? Why does it not appear?

    Thank you!

    #754202

    Hi,

    Thanks for your patience :) You can add this css code in Quick CSS:

    
    #top #wrap_all .template-blog .category-montepio-y-mutualidad h2.post-title.entry-title, 
    #top #wrap_all .template-blog .category-montepio-y-mutualidad .blog-categories a {
        color: blue;
    }
    
    #top #wrap_all .template-blog .category-balneario-de-ledesma h2.post-title.entry-title, 
    #top #wrap_all .template-blog .category-balneario-de-ledesma .blog-categories a {
        color: green;
    }
    
    #top #wrap_all .template-blog .category-residencia-spa-de-felechosa h2.post-title.entry-title, 
    #top #wrap_all .template-blog .category-residencia-spa-de-felechosa .blog-categories a {
        color: yellow;
    }
    

    so far these 3 are the categories that I can see, you can see the code above it’s mostly similar just the .category-xxx, just adjust the colors also.

    As for the buttons, I could see the Read More button, let me know if it’s the wrong button or if I misunderstood.

    Best regards,
    Nikko

    #754254

    Thank you very much! I’m so grateful for your help.

    To finish, could I do the same in Home page with this? And could I custom even the title when you are inside a new?
    In those cases they appear in one color.

    About the links in buttons, don’t worry, I upload the theme and now they work good ;)
    Although, are there any possibility to change the color according to the category?

    I look forward to you. Thank you!!!

    • This reply was modified 7 years, 8 months ago by Tonicobertera.
    #757251

    Hi,

    Sorry I missed the thread. I checked the homepage and it’s not possible but for having customized colors for categories, however for the 2nd link you gave it is, you just need to change the last code I gave you to:

    #top #wrap_all .template-blog .category-montepio-y-mutualidad .post-title.entry-title, 
    #top #wrap_all .template-blog .category-montepio-y-mutualidad .blog-categories a {
        color: blue;
    }
    
    #top #wrap_all .template-blog .category-balneario-de-ledesma .post-title.entry-title, 
    #top #wrap_all .template-blog .category-balneario-de-ledesma .blog-categories a {
        color: green;
    }
    
    #top #wrap_all .template-blog .category-residencia-spa-de-felechosa .post-title.entry-title, 
    #top #wrap_all .template-blog .category-residencia-spa-de-felechosa .blog-categories a {
        color: yellow;
    }

    Best regards,
    Nikko

    #757662

    Oh that’s a pity because it’s most important for me that the homepage display the categories by color than inside the news page.
    If you get the clue later, let me know.
    Many thanks Nikko.

    #760370

    Hi,

    Sure, unfortunately I haven’t been able to find a workaround. :( But will try to post here if I found one.

    Best regards,
    Nikko

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.