• I am debating on using this template. This is a probably a dumb question but is the red banner/ribbon something that I can remove from top? Or just replace with a recatngle?

Viewing 1 replies (of 1 total)
  • If you mean the ribbon things that stick out on both sides, yes, you can do that quite easily in the CSS code using “display: none;” like this (would need to do the same on the right side):

    .ribbon-left {
        display: none;
    }

    In general, you can changes almost any related to the appearance of a theme — mostly in the CSS code, though major changes might require php modifications as well. The limiting factor is usually your time, effors, and skill/knowledge of CSS/HTML/PHP and/or your ability to learn same.

Viewing 1 replies (of 1 total)
  • The topic ‘question’ is closed to new replies.