Home › Forums › Themes Support › Gecko › Blog editing: Changing appearance
- This topic has 12 replies, 3 voices, and was last updated 7 years, 5 months ago by lorry.
-
AuthorPosts
-
-
July 26, 2017 at 6:21 pm #7022
In the blog section ONLY:
I would like to:
1) not have the grey bar at all
2) In the header get rid of: menu, icon. Only the Roque Logo stays with link to Home. If that is not possible then we would like to have the header in white
3)we want the blog title pic without a title or link
4) have the blog title picture fullscreen. The idea is to use this fullscreen format also in SHOP and ABOUT
-
July 26, 2017 at 7:08 pm #7037
You can add some custom in JanStudio > Theme Option > General Layout > Custom CSS
.blog .header__top, .blog .jas-navigation, .blog .jas-action, .single .header__top, .single .jas-navigation, .single .jas-action, .blog .jas-breadcrumb { display: none;} { display: none;}
Regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio-
July 26, 2017 at 8:23 pm #7052
Thank you, point one and two resolved.
Point 3: We still have the title “article” in the blog header pic. We dont want a Title.
point 4: How can we get fullscreen pic?
-
-
July 26, 2017 at 9:17 pm #7067
Hi,
3. If you want to remove all the text in Header section please use this code
.page-head .jas-container { display: none; }
4. By default, that image is full screen, What troubled with you?
-
July 26, 2017 at 9:35 pm #7071
3) it worked
4) No its not sry (check screenshot)
1)&2) When we deleted your code for getting rid of point 1 and 2, we also lost these details in products (screenshot nr2). The idea was only to delete it in the blog.
-
July 26, 2017 at 9:44 pm #7074
Would you mind providing me your website URL so I can take a closer look?
-
July 26, 2017 at 9:59 pm #7079
The problem is that im working in my local host until it’s finished. Can we resolve the issues in a different way?
thanks
-
July 26, 2017 at 10:05 pm #7082
I just want to clear your mean, So could you please explain this issue more?
-
July 26, 2017 at 10:29 pm #7087
I’m attaching our two issues. Take note of the changes I made with Harry
-
July 26, 2017 at 11:20 pm #7099
Hi,
Please change
.page-head .jas-container { display: none; }
to
.blog .page-head .jas-container { display: none; }
You can set the image full screen by add custom css code
.blog .page-head { height: 100vh;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
July 28, 2017 at 2:55 pm #7197
Everything is working well now. But in my title blog header image I can see that the photo has a grey filter. Do you know how to get rid of the filter?
Thanks
-
July 28, 2017 at 6:22 pm #7208
Hi,
You can remove overlay layer by add custom css code in JanStudio > Theme Option > General Layout > Custom CSS
.blog .page-head::before { display: none;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
July 29, 2017 at 12:41 am #7225
It worked!! Thanks a lot
-
-
AuthorPosts
You must be logged in to reply to this topic.