-
Author
-
February 13, 2017 at 14:33 #152837ninety83Participant
Hi,
1. does any one know the css to use so all posts have a naked header by default?
2. the css to hide title area on portfolio and post pages only! title should show on all other pages.
thanks in advance,
regards,
ken
February 13, 2017 at 14:48 #152840ninety83Participanti am currently using this but it removes the title from all pages.
.single-post h1.page-title {
display: none !important;
}h1.page-title {
display: none;
}February 14, 2017 at 19:20 #153006LauraModeratorHello, what do you mean by naked header?
To hide title for posts:COPY CODE.single-post section.container-wrap.main-title.alternate-color.border-bottom { display: none !important; }
For portfolio
COPY CODE.single-portfolio section.container-wrap.main-title.alternate-color.border-bottom { display: none !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
February 15, 2017 at 00:06 #153086ninety83ParticipantLaura,
the css helped thanks.
if you have a look here youll see the header is naked/transparent:is there a way to make all post content have a transparent header?
regards,
ken
February 16, 2017 at 06:27 #153192LauraModeratorHello, can you show an example?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
February 17, 2017 at 00:44 #153258ninety83ParticipantHi Laura,
example 1: transparent header – http://o1e.site/batman-the-telltale-series/
Example 2: normal header – http://o1e.site/black-dynamite/
I would like all post to have the transparent header by default.
Is this possible?
regards,
ken
February 20, 2017 at 04:08 #153483LauraModeratorHello, transparency affects when there is something below that element, if the background is white, the element transparency wouldn’t affect. You could create a fake transparency by making it Grey
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
February 20, 2017 at 21:29 #153590ninety83ParticipantHi Laura,
thanks again for the help here. I havent been clear .
when in the backend, creating a post… user has the option to make the the menu transparent (see attachment)
i would like to to make the menu area transparent on all post ONLY.
is this possible?
regards,
ken
Attachments:
You must be logged in to view attached files.February 21, 2017 at 22:37 #153762LauraModeratorHello, there is not a setting for that, so you need to set it manually for each post
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
-
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.