• Resolved alexiskruizwordpress

    (@alexiskruizwordpress)


    I noticed that the tags “uncategorized, makeup, ect” are boxed with a bold line. I don’t like that as it distracts me and I feel it would distract readers. Is there any way I can change it? I also have no idea why the website does not look like the demo. For example the color scheme is different. Can anyone explain these to me?

Viewing 4 replies - 1 through 4 (of 4 total)
  • For the tags, get a custom CSS plugin and use this code:

    .entry-footer {
    	border: 0;
    }

    For your second question, can you post a link to your site? When I use the Fashionistas theme on my local WP install, the color scheme is the same as in the preview image.

    Thread Starter alexiskruizwordpress

    (@alexiskruizwordpress)

    https://beautyfromatoz.com/
    Thank you so much!! And yeah I linked it. I’m sort of trying to explain it, but when I go over the pages they are blue and I would like them to be white, but they change the links to white so they don’t show up! Quite weird :l

    Are you referring to your navigation menu links (“Home / Beauty From A To Z / Bloglovin / About / Contact”)? If so, use this code:

    #main-navigation li a { color: #fff; }

    Thread Starter alexiskruizwordpress

    (@alexiskruizwordpress)

    Yes exactly! Thank you again! (: I don’t know why these weren’t just implemented when I downloaded it. Really weird! ?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Theme: Fashionista’ is closed to new replies.