Theme Color change.

Posted in: Newspaper
Post count: 623

I am using Newspaper theme on my website http://www.snaxzer.com/

I am using custom colors for my theme, on changing color in all options in theme panel. I am unable to change color for the following modules:

  • Category tab on Featured image it’s showing black only
  • Comment modules icon which shows comment counts.
  • Page nav for the latest articles (Homepage)
  • Comment button color.
  • One can fix all the above issues by editing style.css but it will be cool and easy if you allow users to change it using the theme panel.

    • This topic was modified 10 years by Amit.
    Post count: 22421

    Hi,
    At the moment these options cannot be edited from the theme panel. you can use the theme pane for custom css though so you do not have to change the style.css file directly. Use the custom code tab of the panel. I will add this request on our update list and hopefully in a future version we can provide these options.
    if you need assistance with changing these colors we can provide the proper css codes for it.
    Thank you!

    Post count: 623

    Yes please, if possible provide me css code.
    Also css for the links underline color for in articles.
    Thank you 🙂

    Post count: 23312

    Hello snaxzer,

    1)
    .td-post-category {
    background-color: red;
    }

    2)
    .td-module-comments a {
    background-color: red;
    }
    .td-module-comments a:after {
    border-color: red transparent transparent transparent;
    }

    3)
    .page-nav .current{
    border-color: red;
    background-color: red;
    }

    4)
    .wc_comm_form input[type="button" i] {
    background-color: red;
    }

    Thanks for your understanding!

    Post count: 623

    Thank you Catalin,
    it works fine.

    • This reply was modified 10 years by Amit.
    Viewing 5 posts - 1 through 5 (of 5 total)
    You must be logged in to reply to this topic.