• Resolved semaystudio

    (@semaystudio)


    I NEED HELP WITH 2 THINGS: (Twenty Thirteen Child Theme)

    1 – Logo quality on my phone – I have my own logo uploaded and no matter what size or template I use, it appears very blurry on my mobile phone. I’ve tried multiple plugins and resizing editors. I’ve watched/read so many tutorials on how to make the pixels clearer and still no luck. It appears fine (but not excellent) on my website, but very low quality on my phone.

    2 – White space – I cant resize my logo to make the white space on the right hand side of the mobile version website disappear. The menu bar should extend all the way to the right, but instead it stops mid air (on my mobile version only).

    At this point I’m thinking it’s a CSS issue. I hired somebody to create my website for me (he is managing CSS); however, he can’t figure it out either. I am new to CSS, but if explanations are clear I should be ok to make the changes.

    SOMEBODY PLEASE HELP!!!? Website below.

    Danielle
    https://www.semaystudio.com

Viewing 3 replies - 16 through 18 (of 18 total)
  • Thread Starter semaystudio

    (@semaystudio)

    Ok I will check out how to do #1 tomorrow.

    Oops sorry – I’ve disabled it! When I hover over “advocate” and “about” I just noticed there’s a really dark purple plumb color, along with orange when you hover over a selected tab. I’m wanting just black here for both.

    Thanks!

    This rule will keep the submenus white on black:

    
    .nav-menu .sub-menu, 
    .nav-menu .children,
    ul.nav-menu ul a:hover, 
    .nav-menu ul ul a:hover, 
    ul.nav-menu ul a:focus, 
    .nav-menu ul ul a:focus {
       background-color: #161818;
       color: #fff;
    }
    

    This should take care of the Add to Cart button turning purple:

    
    .woocommerce #respond input#submit.alt:hover, 
    .woocommerce a.button.alt:hover, 
    .woocommerce button.button.alt:hover, 
    .woocommerce input.button.alt:hover {
       background-color: #000;
    }
    
    Thread Starter semaystudio

    (@semaystudio)

    PERFECTION THANK YOU!!!

    I’m noticing that on my mobile device my drop down items under “about” and “advocate” aren’t visible. I’m assuming they’re colored as black on black because the links work – I just cant see the actual words. Advice?

    https://www.semaystudio.com

    • This reply was modified 7 years, 11 months ago by semaystudio.
Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘Twenty Thirteen Child Logo Issue’ is closed to new replies.