-
AuthorPosts
-
September 19, 2014 at 12:31 am #321590
Is it possible to add a custom background to the title area?
Im looking to do something similar to this page http://tinyurl.com/nceok7m
BUt have a different colour for each page to match the colour of my icons on my homepage: http://tinyurl.com/ktqknpb
Also the font in the title area isnt great, can we change that?
ThanksSeptember 19, 2014 at 9:36 am #321760Hey robertscott!
Thank you for using Enfold.
Disable the default title container then use the Color Section with the Special Heading element inside. Change the background of the Color Section element. You can disable the title and breadcrumbs on Enfold > Header > Header Title and Breadcrumbs. You can also change this setting for each page on the Layout box.
Regards,
IsmaelSeptember 22, 2014 at 1:34 pm #322982That worked great.
Is it possible to reduce the height of the colour area in the title and have the text in the middle 9of the color area not the page)Example page: http://scotwebdigital.co.uk/strategy-and-planning/
thanks
September 22, 2014 at 2:16 pm #322999Hey!
Please add following code to Quick CSS
.page-id-1518 div#av_section_1 { height: 83px; max-height: 83px; min-height: 83px; }
Regards,
YigitSeptember 30, 2014 at 10:42 pm #327669This code only works on a specific page? How do i have this on every page?
September 30, 2014 at 10:46 pm #327677Hey!
You could set an specific ID to the color section containing the title on all pages and change the code accordingly:
#custom_title_container { height: 83px; max-height: 83px; min-height: 83px; }
Best regards,
JosueSeptember 30, 2014 at 10:55 pm #327689Hi Josue,
I’m not sure what you mean exactly. How do i set a custom id to each colour section? I would need to do this on every page?
thanks
September 30, 2014 at 11:34 pm #327720September 30, 2014 at 11:37 pm #327724Thanks. I need to do that once? or for every page? I want the same title area on all inner pages.
September 30, 2014 at 11:45 pm #327729Hi!
If you want that change to affect all color sections in the site use this code instead:
.avia-section{ min-height: initial !important; } .avia-section .content{ padding: 10px 0; } .avia-section h2{ margin-bottom: 0; }
Best regards,
Josue- This reply was modified 10 years, 1 month ago by Josue.
September 30, 2014 at 11:53 pm #327740Hi Josue
Not all color sections just the title area.
I just want to have the same title area on each page like this: http://scotwebdigital.co.uk/strategy-and-planning/
But the area is too wide so 70px is ideal.
.page-id-1518 div#av_section_1 {
height: 70px;
max-height: 70px;
min-height: 70px;
}This code is ideal on a page level but i need on all inner pages so don’t want add unnecessary code.
Thanks
September 30, 2014 at 11:57 pm #327747Hey!
If you want to have a custom title area on every page you need to differentiate that title area in some way, once you done that you’d just need to use one snippet for all.
#custom_title_container {
height: 83px;
max-height: 83px;
min-height: 83px;
}Best regards,
JosueOctober 1, 2014 at 12:02 am #327750and i would need to set the same custom id in every page? example: custom_title_bg
and then copy this code:
#custom_title_bg {
height: 83px;
max-height: 83px;
min-height: 83px;
}into the custom css field?
October 1, 2014 at 12:12 am #327757October 1, 2014 at 12:15 am #327760ok ive done that and its not working
October 1, 2014 at 1:04 am #327786Hi!
There is an extra dot in your code, it should be:
#custom_title_bg { height: 70px; max-height: 70px; min-height: 70px; }
Regards,
JosueOctober 1, 2014 at 12:26 pm #327985awesome that worked great
-
AuthorPosts
- The topic ‘custom title backgrounds?’ is closed to new replies.