Some css changes

Hi.
We are working on this page: http://test.blommenhofutbildning.se and I have two questions.

  1. Is there any way to change the size of the callout cards headline (ex boka en kursplats). We have problems with the mobile adjustments.
  2. On this page: http://test.blommenhofutbildning.se/news/ is there a way to change the color of the view post button?

Tomas

Hello Tomas,

Thanks for asking. :slight_smile:

  • To change the size of callout cards headline, please use following CSS under X > Theme Options > CSS:
.h-callout {
    font-size: 3em;
}
  • To change styling of view post button, please add following CSS under X > Theme Options > CSS:
.featured-view {
    background-color: #a7cd73;
    border-color: #a7cd73;
}

Feel free to change the color codes to whatever color code you like.

1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g

2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.