• Hi,

    Basically i’m quite new to this, and trying to figure out from reading posts on here and trying to help myself along, however i’ve come across a couple of things that I can’t work out.

    At the moment the things below are driving me insane so any help would be appreciated.

    My site is : https://www.joshcockcroft.com

    1. Im trying to remove the menu bar from the static page, i’ve tried so many different bits of code, btu understand its dependent on what theme, and I cant seem to figure it out.

    2. The text box on the static page again, including the header of the box I want to get rid of, or just make transparent if this is easier, either way I just want the static page to be the main background picture.

    3. I want the main post box on the ‘read’ page to be slightly transparent, im guessing I can do this from working out number 2 though of my problems.

    Any help would be much appreciated at this point, as im just not sure were to go from this point.

    Thanks,

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

    You can achieve what you’re by adding following custom CSS in your child theme’s stylesheet, or using a plugin like Advanced CSS Editor, for the sake of simplicity:

    .page-id-37 .whiteSpace, .theCosimoSingle-box, .site-main .post-navigation, .comments-area, #disqus_thread, header{
        display:none;
    }
    body.blog .cosimo-back, body.archive .cosimo-back, body.search .cosimo-back{
        opacity: 0.8;
    }

    Hope it helps.

    Also, it’s worth noting that you don’t have to add Theme Name in your thread’s title. Post your question in the correct sub-forum and it should be added automatically, as you can see ??

Viewing 1 replies (of 1 total)
  • The topic ‘Help Needed cosimo theme’ is closed to new replies.