Home › Forums › Themes Support › Gecko › Page title image
- This topic has 11 replies, 3 voices, and was last updated 8 years, 1 month ago by
Harry.
-
AuthorPosts
-
-
January 11, 2017 at 4:15 pm #1563
-
January 11, 2017 at 9:08 pm #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 -
January 12, 2017 at 1:18 am #1568
Hi Harry, I’m sorry but it didn’t worked. Any idea why’s that?
-
January 12, 2017 at 5:25 pm #1578
Hi,
Please decrease number 125
-
January 13, 2017 at 12:58 am #1587
Ok now I got it… But the breadcrumb still there.
-
January 13, 2017 at 1:00 am #1588
And one more thing… How can I change the page title for mobile version only?
Thx
-
January 13, 2017 at 8:08 am #1591
Hi,
Please use this code http://pastebin.com/UiXFajks
-
January 14, 2017 at 12:28 am #1610
-
January 14, 2017 at 12:44 am #1612
Thanks! Now, How can I change the page title only for mobile?
-
January 14, 2017 at 1:05 am #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 -
January 14, 2017 at 1:08 am #1614
The height as well, in the desktop version looks ok now, but on mobile version looks oversized…
-
January 14, 2017 at 1:11 am #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
-
-
AuthorPosts
You must be logged in to reply to this topic.