• I have the oxygen theme. Just moved over from wordpress.com to www.remarpro.com and I’m trying to edit the site a bit..

    1. How do I change the color of the page titles. They show gray and I have a yellow background so that doesn’t work.

    I tried changing this to black but it still shows gray..

    }
    .singular-page .entry-title { color: #black; }

    2. How do I remove the additional white bar that is on top of the page title.

    An example page on my site is: https://idsevenbelize.com/aboutus/

Viewing 1 replies (of 1 total)
  • Hi IdSeven,

    you can put this code into your custom css to make your page title become black:

    .page-title {
     color:#000 !important;
    }

    and for the white bar (it is a breadcrumbs), add this code into your custom css:

    .breadcrumb-trail {
     display:none;
    }

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