• Resolved FedeMITIC

    (@fedemitic)


    Hi is there a way to remove the big title that is displayed on every page (except front page) ?

    Site URL

    Image here

    /* I’m talking about the part highlighted with the RED square */

    Thanks in advance,

    Fede

Viewing 1 replies (of 1 total)
  • Thread Starter FedeMITIC

    (@fedemitic)

    Nevermind I managed to resolve it alone.

    For anyone wondering just copy this code inside the Custom CSS Box:

    .top-title-wrapper { background-color: #ffffff; width: 100%; overflow: hidden; -webkit-box-shadow: inset 0px -2px 3px rgba(255, 255, 255, 1); -moz-box-shadow: inset 0px -2px 3px rgba(255, 255, 255, 1); box-shadow: inset 0px -2px 3px rgba(255, 255, 255, 1); border-bottom: 3px solid #ffffff; }

    In this way you replace the background color to white and the white title is simply invisible. Obviously if you changed the background color you should adjust the values to match it. So insert your background color instead of white (#ffffff) (rgba(255, 255, 255, 1);)

    Bye

Viewing 1 replies (of 1 total)

The topic ‘Remove big title in pages’ is closed to new replies.