Color changes

  • Posted in : cvCard WP
  • lekanides
    Participant

    Hi,

    I’ve been digging through the CSS, and trying to find how I can adjust the color scheme a little. Essentially the goal is to have a black background, white writing, with some blue highlights.

    Any idea how I can do that with the custom CSS field built into the theme?

    I’ve discovered when I add color #000000 to the body in the custom CSS field all it does is turn the header black, but not the pages.

    Thanks!

    – Paul

    serkan
    Moderator

    Hi @Paul;
    You can use these custom css codes;

    .wrapper .page, body { background-color: #000; }
    body { color: #fff; }
    .section-title span { background: #000; }
    ::selection { color: #fff; background: #7881EF; }

    Thanks

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register