Shape 5

Joomla Templates => Avignet Dream - Club => : JMSCBF February 18, 2015, 11:55:51 AM



: Avignet Dream Template Tweaks
: JMSCBF February 18, 2015, 11:55:51 AM
 I have 3 questions for the Avignet Dream template.  First - I've changed the logo to my own, but can't seem to move it up on the page.  Also, when I open the tab from the top, the logo shows through.  Please see http://farm.creekbedcountryfarmacy.com/ and click on "Directions to the Farm".

Where would I change the code to do that? 

Third, where would I go to remove the background overlay.  I just want a plain, solid color.


: Re: Avignet Dream Template Tweaks
: mikenicoll February 18, 2015, 07:10:56 PM
Hello,

1) Adjust your coding in the following file to match mine which will fix the position of the logo and the overlay issue.

:
Template.CSS - Line 919

#s5_logo {
    background: url("../images/s5_logo.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    cursor: pointer;
    float: left;
    height: 130px;
    margin-top: -50px;
    position: absolute;
    width: 308px;
}

2) Looks like you figured out the background issue already for the solid color


: Re: Avignet Dream Template Tweaks
: janeburt July 25, 2017, 11:51:20 AM
How was the background changed to a solid color? Thanks!