Changing Accent Colour!

  • Unknown's avatar

    Hello,

    I am really interested in buying the Gema theme but I am struggling with the accent colour.

    For now, it is black, which means the colour around the ‘sample’ blog posts is also black. I would like to change it to #f78000 but when I do, the colour comes out a very organge/brown (yuk!)

    Any suggestions on how to do this on CSS would be really appreciated :) Thank you in advance!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Give the following custom CSS a try.

    .card--text .card__wrap::before, .card--text .card__wrap::after {
    	border: 1px solid #f78000;
    }
  • Unknown's avatar

    On looking a bit closer, add this instead to catch all the things, including the border on the titles.

    .card--text .card__wrap::before, .card--text .card__wrap::after, .card__image, .card__title {
    	border: 1px solid #f78000;
    }
  • The topic ‘Changing Accent Colour!’ is closed to new replies.