Tagged: header title
-
AuthorPosts
-
December 18, 2014 at 8:08 am #369868
Hi Enfold,
Could i insert a small img on the left of Page Title?
thanks
- This topic was modified 9 years, 11 months ago by ex0rcist88.
December 18, 2014 at 8:12 am #369869Oh one more thing,
How do i add top and bottom border to the Page Title container?
Opacity to the Page title container?Thanks
- This reply was modified 9 years, 11 months ago by ex0rcist88.
December 18, 2014 at 4:20 pm #370011December 20, 2014 at 3:44 pm #370979This reply has been marked as private.December 21, 2014 at 6:15 am #371173Hi!
Try with this code in Quick CSS:
.title_container .main-title:before { content: url(https://avia.wp/enfold/wp-content/themes/enfold/images/layout/logo.png); } .title_container{ border-bottom: 1px solid gray; }
Also, you forgot the actual link to the site in your last message.
Cheers!
JosueDecember 22, 2014 at 5:41 am #371432This reply has been marked as private.December 22, 2014 at 7:00 pm #371653Hi!
Please add following code to Quick CSS
.title_container .main-title a { text-decoration: none; bottom: 20px; position: relative; }
plus you have following code in Quick CSS
.title_container { background-color: #f7f7f7 !important; }
please change it to following to make background of container transparent
.title_container { background-color: transparent !important; }
Cheers!
YigitJanuary 3, 2015 at 10:15 am #374434Hi Yingit,
Happy New 2015!
This CSS doesn’t work.
.title_container {
background-color: transparent !important;
}The centralize text to image worked though. Any other suggestions?
PS. I have temporary turned off the Page Titles as the site is now live. thanks.
January 4, 2015 at 3:14 am #374583Hey!
I checked the site but the title container is missing. Please enable it again. Yigit’s code should work:
.stretch_full.container_wrap.title_container { background-color: transparent !important; }
Regards,
IsmaelJanuary 12, 2015 at 5:36 am #378112Hi Ismael,
That code doesn’t work. I have hidden the title for now as the site is live, if you wish to access my site, feel free to do so.
January 12, 2015 at 5:52 pm #378411Hey!
Please add following code to Quick CSS as well
#main, .avia-msie-8 .av_header_sticky_disabled#header { background-color: transparent; }
Best regards,
YigitJanuary 12, 2015 at 6:13 pm #378424Hi,
Still not working. It is a white block now, but not transparent.
Appreciate your efforts.
- This reply was modified 9 years, 10 months ago by ex0rcist88.
January 12, 2015 at 6:20 pm #378430Hey!
Please add following code to Quick CSS as well
#main, .avia-msie-8 .av_header_sticky_disabled#header { background-color: transparent; background-image: url(https://thewritecorner.sg/wp-content/uploads/2014/12/background1.jpg); } .main_color { background: transparent !important; }
Regards,
YigitJanuary 12, 2015 at 6:43 pm #378443Hi Yigit,
That worked but I now have a visible white border around the header. On the left and right of each individual header as well as the bottom
- This reply was modified 9 years, 10 months ago by ex0rcist88.
January 12, 2015 at 6:44 pm #378446 -
AuthorPosts
- You must be logged in to reply to this topic.