Customization

Posted in: Newspaper
Post count: 1

Hi Guys,

Great theme – I really like what I am seeing.

I am interested in customizing the Header and Footer.

Header adjustments (for standard computer screens):
– Full width of screen for traditional computer screens;
– Add custom buttons/menu to the right of the logo;
– Add custom text in place of the sub menu in the top bar;
– Remove the coloured lines that appear when hovering over the top level menu items; and
– Adding a coloured banner, screen wide under the header.

Footer (for standard computer screens):
– Add custom full width sections

Can you give me a little guidance as to how I should go about it?

Thanks in Advance!

Post count: 7909

Hi,

Header
– If you don’t use site background color/image the header section should be full width – http://screencast.com/t/zeBrt7dXET9m
– You could use shortcode in the header add if you want to create something using pagebuilder or if you use a plugin.
– Not sure what you mean. Do you want to replave the top menu? Here is the code – http://screencast.com/t/QNiR3cX0TapE
– Do you refer to this border? – http://screencast.com/t/X46X4Gxd7xm You can hide it via custom css in Theme Panel > Custom Css – http://screencast.com/t/ElIiCYGO07

.sf-menu > li > a:after {
display: none;
}

– You cab add a custom ad under the menu if this what you mean, but you have to edit the code and use this code – http://screencast.com/t/hw2h1wwxRTaVhttp://screencast.com/t/F0jF0ilBqK

<?php echo td_global_blocks::get_instance('td_block_ad_box')->render(array('spot_id' => 'custom_ad_1')); ?>

Footer
Also the footer area should be full width if you don’t use background. Unfortunately if you use it the site will automatically switch to boxed version

Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.