Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1063079
Page title
Closed

Comments

  •  2
    Kyrijones86 started the conversation

    Hi,

    Two questions about the page titles on the scalia main website.

    1 - Can you change the height of the title area for an individual page.

    2 - Can you add paralax to the title area without any sliders


    Thanks,

  •  7,092
    Oliver replied

    HI!

    1, yes, pls. use following css:

    .page-title-block {
        padding: 100px 0;
    }



    2. Sorry, no, we don't have paralax function in the page title.  

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  2
    Kyrijones86 replied

    Amazing support as always!

    Is there also a way to remove the title text  completely without deleting the name of the page.

    Thanks,

  •  7,092
    Oliver replied

    HI!

    Yes:

    .page-title-excerpt {
        display: none;
    }
    

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  2
    Kyrijones86 replied

    Hi,

    Thanks for that but I want to remove the page title text and the excert.


    Thanks

  •  7,092
    Oliver replied

    Css:

    .page-title-title {
        display: none;
    }
    

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver