• Resolved sleeneys

    (@sleeneys)


    Hi! I hope you are well. I have been working on my website and am (finally!!!) thisclose to being able to tell customers about it. It is http://www.sleeneys.com. I’m using a child version of the free Virtue theme.

    There are a few small changes that I’d like to make:

    1- I would like to switch the social icons and magnifying glass at the top of the site. I would like for the social icons to be a tiny bit bigger and on the left side. I would like for the magnifying glass to be on the right side, next to or under the cart. I would also like to add the word “search” next to the magnifying glass.
    This is the custom code that I have for my topbar:
    #topbar-search input[type=text] {
    color: black;
    }
    #topbar-search #searchsubmit {
    color: black;
    }
    #topbar .kad-mobile-nav .form-search :-moz-placeholder {
    color: black;
    }
    #topbar .kad-mobile-nav .form-search ::-webkit-input-placeholder {
    color: black;
    }
    #topbar .kad-mobile-nav .form-search ::-moz-placeholder {
    color: black;
    }
    #topbar .kad-mobile-nav .form-search :-ms-input-placeholder {
    color: black;
    }
    .topbar-widget {
    color: #000000;
    }
    .topbarmenu ul li a {
    color: #FFFFFF;
    }

    2- I need to center the text under the category photos (“Accessories”, “Clothes”, “Vintage Jewelry”, etc). I would also like to change this font (the style and size) and have it link to the appropriate page. The photos link to the products, but I would like for the text to link, also, if possible.

    3- I would like to add a little space below the second row of category photos (Vintage Jewelry, Vintage-Inspired Jewelry, and Sale Items) and above the footer menu. Where do I go to add just a little bit of blank space?

    4- I would like to blacken the search widget at the bottom of the website (if possible, but not a huge deal) and move my footer credits to the center of the page. Is there a way to specify the layout (move the SSL cert., the search, and social icons to the left a tiny bit)?

    THANK YOU SO much!!!!
    slp

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter sleeneys

    (@sleeneys)

    Note:
    2- I figured out how to change the font and center it on the category photos. I added this code to the CSS area:
    #text li a,{
    font-size: 20px;
    font-family: julius sans one;
    text-align: center;
    }
    Now, is it possible to link this text to the appropriate page? Do you think that is necessary?

    4- Is it possible to add some spacing to the entire footer menu? I would like to bring it in on both sides and add space to the top and bottom.

    THANK YOU!!!

    Thread Starter sleeneys

    (@sleeneys)

    Done.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Home Page Specifics’ is closed to new replies.