• Hello,

    1 – How can I add sections such as “shipping, contact, privacy policy etc” to my main footer area that links to actual pages of information that is not listed on my main menu? I’d like the links to actually be clickable, but I don’t want them appearing on my main menu.

    2 – I’ve submitted tickets regarding how to change the text color of my permalinks (as they’re appearing white at the moment) and I still can’t seem to see the words. For example “click here for more information” – “here” appears white. I will need the exact CSS code.

    Thanks,
    semaystudio.com

Viewing 7 replies - 1 through 7 (of 7 total)
  • 1. You could create a secondary menu and display it through widgets in your footer area. Depending how your theme is set up, you should have a widget area displayed in the footer. To this Widget area (Sidebar) you would add the Custom Menu widget, and select your secondary menu.

    2. Currently there is no white text on white background on the site you linked. It doesn’t even have a menu, just a subscribe box.

    Thread Starter semaystudio

    (@semaystudio)

    Thank you for #1.

    #2 – I have a maintenance page up for #2. I can take it down. Do you know a CSS code to change the text color?

    Thanks

    yes. It will be
    color : #000;
    but need to see where to attach it.

    Thread Starter semaystudio

    (@semaystudio)

    Ok thanks. I’m disabling my maintenance page for you to view the site. Please let me know. Thanks.

    A few more things for CSS:

    1 – I’m curious what to change in CSS for my blog titles to be black (they’re white at the moment).

    2 – On my desktop version of my footer, the areas of [shop, product category, new on the blog, join our community] are not evenly spaced apart. New on the blog and join our community are very close together. What should I enter to change this?

    3 – On my desktop version of my menu, how can I slightly bring these tabs a little closer together in CSS?

    Thanks!

    • This reply was modified 8 years, 1 month ago by semaystudio.

    first of, in your custom css remove this

    
    .entry-content a, .comment-content a {
        color: #fff !important;
    }
    

    and change this

    
    a.blog-more-link {
        background: #000 none repeat scroll 0 0;
        color: #FFF; /* ADD THIS LINE */
    }
    

    2. The columns are all equal wide, the text is just not equal wide.

    3. you can change the column width by adding the following code, and changing the second value:

    
    .site-footer .widget {
        padding: 20px 20px;
    }
    
    Thread Starter semaystudio

    (@semaystudio)

    Ok thank you!

    1 – This worked. Now when I hilight over the title it turns orange. How can I keep this its same color?
    2 – Ok thanks.
    3 – This didn’t quite work. I’ve altered the second value with different numbers to bring the menu widths closer together. Sill nothing. Can you help here?

    Thanks.

    Thread Starter semaystudio

    (@semaystudio)

    “Read more” on our blog is also hilighted in orange when I click on this. How can it remain white?
    My image on my blog is also cut off. How can I change this?

    Thanks.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Footer and Permalink Help’ is closed to new replies.