Home Forums Free Themes Signify Dark Text alignment on home page

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #190115
    rpalmer68
    Participant

    Hi,

    Thanks for your awesome Signify Dark theme.

    I have used the following css to hide the page title on my home page, but really want the remaining text to move up higher to align with the top of the calendar widget on the right.

    .page-id-22 .entry-title {
    display: none;
    }

    Is this possible somehow, or should I hide the title differently?

    My site is:
    https://www.lccb.org.au/

    Many thanks
    Richard

    #190149
    Psink
    Keymaster

    Beside hiding only entry-title you can hide whole div entry-header

    like this
    .page-id-22 .entry-header{
    display: none;
    }

    #190150
    rpalmer68
    Participant

    That’s perfect, thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.