Home Forums Total unsuccessfully trying to add Image to page header/breadcrumbs

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1516
    jonathand
    Participant

    Hi

    Now in the correct forum – apologies again!

    I am using Total ver 1.1.5. for a new website i m buliding
    I am unsuccessfully trying to insert a background image here

    <header class="ht-main-header">
    	<div class="ht-container">
    		<?php the_title( '<h1 class="ht-main-title">', '</h1>' ); ?>
    		<?php do_action( 'total_breadcrumbs' ); ?>
    	</div>
    </header><!-- .entry-header -->

    so that every single page’s header will display the same background image.

    I have tried changing the .ht-main-title & .ht-main-header classes in the Styles.CSS file, I even tried creating .ht-main-title2 & .ht-main-header2
    but nothing budges – even the font attributes dont make any change.
    To test myself I have even tried altering the background to a simple black color (rather than an background-image insert) and nothing seems to happen except that the F9F9F9 color of the background disappears.

    I am desperate – any advise? am I changing the wrong styles ?

    thanks
    Jonathan

    #1536
    Hash
    Keymaster

    If you want to add the background image for the title then here is the CSS you need to add

    .ht-main-header{background-image:url('http://imageurllink');}

    #2693
    jonidee
    Participant

    Worked for me!

    Can i followup on this question please:
    Where are the Page header FONTS and FONT COLORS CSS … can’t seem to get them to change after using the above code to manipulate a header picture.

    Thanks

    #2695
    jonidee
    Participant

    dw – I found it at

    .ht-main-title{
    margin: 0 0 0px;
    letter-spacing: 1px;
    font-weight: 1000;
    text-transform: uppercase;
    color: #FFF;

    thanks

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.