Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Additional top menu item after update #15511
    paulxd
    Participant

    Hi Sakin,

    url: http://www.sandrofortecoaching.com/

    You will see a second line on the main menu, which was not there previously.

    I can set you up an admin account if required. Please let me know how to PM you.

    Thanks,
    Paul

    in reply to: how to remove entry headers #7322
    paulxd
    Participant

    Hi there,

    try this in custom css in theme options:

    `
    /*************Hide page name**********/
    .entry-header {
    display:none;
    }
    `

    in reply to: Few Questions Sidebar and Font #7313
    paulxd
    Participant

    Hi Dave,

    here’s css for the side bar and the post data

    `
    #secondary{
    margin-top: -25px;
    margin-right: -25px;
    }

    .entry-meta{
    display:none;
    }
    `
    The title text color can be changed in color options within the theme options.

    Hope this helps…

    Paul

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