StyledThemes

text at top of page

Home Forums WordPress Themes – Premium Lavish Pro text at top of page

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #16167
    Ron King
    Participant

    Hi,

    I hope things are going well in your city and country. Are you all still doing okay?

    I’m starting to try out your new theme at http://spidergallery.com/wordpress_0/.
    In the upper left there is text saying “Shopping Art Items” and under that “always_show_wp_shipping_cart.

    I don’t have that plugin and have no idea why the text shows or how to get rid of it. Do you have any ideas?

    Thanks, Ron

    #21350
    Shekhar Bhandari
    Participant

    Hi Ron,

    You have something in your banner wide widget position. Please have a check.

    Thanks.

    #21353
    Ron King
    Participant

    That did it. How the heck did that get in there I wonder. I may have used this site as a temp for a site where I used that cart, but it was in the left side bar.
    Is there a way I can use an image background on the menu bar?

    Thanks for your help. Ron

    #21354
    Shekhar Bhandari
    Participant

    Hi Ron,

    You can but you need to write custom css for that purpose. The Custom CSS will be

    .lavish_header .lavish_head {
    	background-color: #000;
    	background-image: url('your image path');
    	background-size: 100% 100%;
    }

    Thanks

    #21355
    Ron King
    Participant

    PERFECT!

    How do I move the site’s logo more to the left like it is on the demo site?

    #21356
    Shekhar Bhandari
    Participant

    Hi Ron,

    Use Margin Property on the customizer to move it left.

    Thanks.

    #21357
    Ron King
    Participant

    Do you mean where it says Site Title Margins? Is there another margin setting somewhere? I’d been playing with those settings without success.

    #21358
    Shekhar Bhandari
    Participant

    Hi Ron,

    Use the margin like this 10px 10px 10px 10px where first is for top margin, second is for right margin, third is for bottom margin, fourth is for left margin. and if you would like to insert only left margin them use like this 0px 0px 0px 10px.

    Thanks.

    #21359
    Ron King
    Participant

    I’m sorry if I’m being dense, but I can’t change the left margin using your settings. What am I doing wrong? Finally by playing with the padding I could make it move right, but nothing I do makes it move to the left. I even tried putting in a negative value.

    #16168
    Shekhar Bhandari
    Participant

    Hi Ron,

    Put this value in the padding settings 5px 0px 10px 30px it will move the logo to left. How much you increase the last value it will take your logo left.

    Thanks.

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