• Resolved labblescience

    (@labblescience)


    Like the title says. I would like do remove the Latest Post ticker. Deleting it in the style sheet did not work…

    Please help. Thx! ??

    blog.labble.science

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Rigorous Themes

    (@wpgaint)

    Hi @labblescience,

    If you can create child theme it will be easier to customize theme through child theme.

    Else you can use following css to remove latest post bar from header:

    .header-latest-posts {
        display: none!important;
    }

    You can find instructions and documentation of theme here

    Feel free to post your queries if you have problem to implement aforementioned solutions.

    Thread Starter labblescience

    (@labblescience)

    Thnx a lot!

    I used

    .header-latest-posts {
    display: none!important;
    }

    It worked!! ??

    Theme Author Rigorous Themes

    (@wpgaint)

    Wonderful

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Delete "Latest Post" ticker on top of Profitmag theme.’ is closed to new replies.