Home Forums Themes Support Gecko Page title image

Tagged: , ,

Viewing 11 reply threads
  • Author
    Posts
    • #1563

      Hellow, How can I edit the height of the page title image for one or all the pages on my website?

      And how can I remove that -Front Page- text?

       

      Thanks!

      • This topic was modified 7 years, 3 months ago by Harry.
    • #1565

      1.Hi you can change height of  page title by add custom css in JanStudio > Theme Options > General Layout > Custom CSS

      .page-head {padding: 125px 0;}

      you can reduce 125 to your number

      2. You can remove breadcrumb by add custom css

      .jas-breadcumb { display: none;}

      best regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #1568

      Hi Harry, I’m sorry but it didn’t worked. Any idea why’s that?

    • #1578

      Hi,

      Please decrease number 125

    • #1587

      Ok now I got it… But the breadcrumb still there.

    • #1588

      And one more thing… How can I change the page title for mobile version only?

      Thx

    • #1591

      Hi,

      Please use this code http://pastebin.com/UiXFajks

    • #1610

       

       

       

      • This reply was modified 7 years, 3 months ago by knoto.
    • #1612

      Thanks! Now, How can I change the page title only for mobile?

    • #1613

      Hi,

      You want change text size or anything?

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #1614

      The height as well, in the desktop version looks ok now, but on mobile version looks oversized…

    • #1615

      You can add custom css code

      @media only screen and (max-width: 736px) {

      .page-head {padding: 125px 0;}

      }

      and change 125px to fit with mobile screen.

      Best regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

Viewing 11 reply threads

You must be logged in to reply to this topic.