Home › Forums › Themes Support › Claue › Delete image title
- This topic has 10 replies, 3 voices, and was last updated 7 years, 3 months ago by f1ethier45.
-
AuthorPosts
-
-
September 2, 2017 at 12:43 am #9142
Hi, i want to delete the image background on the page title. Is there a way that i can only put the title on white ? The image i included show the idea.
Attachments:
You must be logged in to view attached files. -
September 2, 2017 at 12:47 am #9144
Yes,
You can add custom css in Claue > Theme Option > General Layout > Custom CSS
.page-head h1 {
color: #222;
}
.page-head::before {
background: transparent none repeat scroll 0 0;
}
.page-head {
background-color: #fff;
background-image: none !important;
color: #222;
}Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
September 2, 2017 at 2:00 am #9151
Hi,
thanks for reply. Is there a way to put like a thin demarcation line to separate the menu with the body ?
Attachments:
You must be logged in to view attached files. -
September 2, 2017 at 8:14 am #9158
yes, you add custom css
.header__mid {
box-shadow: 0 1px 0 0 #ededed;
}Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
September 2, 2017 at 7:23 pm #9180
Hi, it doesnt do anything. Thanks
-
September 2, 2017 at 11:17 pm #9195
Hi,
I helped you do it, please check.
Cheers,
Foster -
September 3, 2017 at 6:37 am #9208
Hi, thanks for your help. It seems that when margin-top is set to 0, the shadow disapear. But when i add a little bit of margin, its correct. Btw, is there a way to descend the title and put it aligned with the filter tools and delete the blank space generated by this modification ? The 2nd photo included is an exemple of what i am talking about. Thank you
Attachments:
You must be logged in to view attached files. -
September 3, 2017 at 8:46 am #9217
Hi,
you can add custom css code
.archive .page-head {
padding: 0;
position: relative;
}.archive .page-head h1 {
margin-top: 50px;
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
}Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
September 3, 2017 at 7:47 pm #9243
Hi Harry, thanks but title is aligned to the left. I tried multiple things in the css code and the title is still there. Thanks
-
September 3, 2017 at 9:45 pm #9265
Hi,
It seems to look good now, please check.
Cheers,
Foster -
September 3, 2017 at 10:19 pm #9269
It look awesome. Thank you
-
-
AuthorPosts
You must be logged in to reply to this topic.