Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #153842
    silverbios
    Participant

    Hi
    I want to change logo positin to upper left and change contact us section background to picture or another color
    And this is my website
    Adonis free

    #153848
    sapana
    Participant

    @silverbios:
    -To align the logo position to upper left
    Go to=> Appearance=> Customize=> Site Identity=> Enable=> Content Alignment=> Select Left

    -To change the background of Contact Us section
    Go to=> Appearance=> Customize=> Additional CSS and add the following CSS code

    #contact-section {
    background: url('http://xdesktopwallpapers.com/wp-content/uploads/2011/05/Light-Green-Color-Abstract-Lines.jpg');
    }

    If you want to add background color you can use background-color:#f5deb3;
    let me know if this helps you out!
    Kind Regards,
    Sapana

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Changing logo position and contact info background color’ is closed to new replies.