• Hi there,

    On my site joepchristenhusz.com, I am using the Content Views plugin to highlight specific posts just under the header of my site.

    I would really like to centre the Context Views title (‘Uitgelicht’) and to slightly change the background color of the Context Views grid.

    Lastly, would it be possible to possible to widen the widget area a bit, so that I can create a border on the left and right of the thumbnail-pictures?

    I am not at all a WP-specialist, so I would highly appreciate it if someone is willing to help me out.

    Many thanks in advance,

    Joep

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi Joep,
    To centre the “Uitgelicht” title you can put this in your CSS

    .chw-title {
    text-align: center;}

    If you want the other page titles centered something like;
    .page-title {
    text-align: center;}

    The background of the widget containing the header & the content views wrapper can be changed:
    .chw-widget {background:#fff} #fff is white but you can pick your own “hex colour”

    .pt-cv-wrapper {background:#fff} would just change the background of the content views wrapper

    Widening the widget area is controlled by your Minnow WordPress Theme CSS. Whilst it can be done it would impact on something else so it’s not something I can help you with on this forum.

    hope that helps you
    Regards
    Neil

Viewing 1 replies (of 1 total)
  • The topic ‘Center ‘title’ and changing background color of grid’ is closed to new replies.