• Hey,

    I’ve got a few small problems which i hope to be able to solve with your help.

    First of all, here’s the blog address:

    aachenmedia.com/wordpress/

    1. I want to remove the tag in my banner: maxi dblog, where can i do this in my css style file? I tried something a couple of times but it didn’t work.
    2. The main font color doesn’t change. I tagged it black in the folder but after i uploaded it, it remains maroon.
    3. The comments aren’t displayed. I must have marked the font color as white, but i really dont know where?
    4. I’ve tried to change the search button color in blue, but it’s still black…mhh…

    It would be great if someone could help me. I think you need the css style folder then:

    aachenmedia.com/wordpress/wp-content/themes/12-apostles-100/style.css

    Sorry if this are nubie question but i couldn’t find anything related in the forums.

    Bye and thanks, md

Viewing 4 replies - 1 through 4 (of 4 total)
  • 1. You need to remove the function that is calling your blog title in header.php file. It might look like this.
    a href=”<?php echo get_settings(‘home’); ?>/”><?php bloginfo(‘name’); ?></a

    2. I am not sure what you mean here?

    3. p {color: black;} add this to you css file.

    4. “.search-button” is located in the css file. This is where you can change the background color.

    You might want to consider using Firefox browser with Web Developer extension. It has a great css editor for newbies.

    Thread Starter acmaxblog

    (@acmaxblog)

    Thank you very much! The Firefox Add-On is great! Now everything is working.

    Thread Starter acmaxblog

    (@acmaxblog)

    Now I’ve got another problem. I want my links to be categorized. So I’ve Added some Categories und put those links in them. But the links are just lined up as usual.

    example:

    i want it like that:

    music
    last.fm
    mzee.com
    friends
    bibo
    ape
    helpful
    mozilla

    but instead it’s like that:

    last.fm
    mzee
    bibo
    ape
    mozilla

    So i’m asking myself why are there those categories…?

    You might want to download other themes that list the links like you want. Then, look at the sidebar.php for the list function. You can also read the about temeplate tags under DOCS ? Design and Layout ? Temeplate Tags. I am sure other people can help you better then I can.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘newbie: a few small problems!’ is closed to new replies.