• Hi,

    I am currently customizing a blog with the Adelle theme.

    It’s almost perfect, but I need to change;

    1) Color of the page number box, right now it’s some kind of pink. Can I change it with some CSS code?

    2) The attribution link color. Same pink as the page number, how can I change that?

    3) And last. When I use the ‘tag-cloud’ widget. All the links are the same pink color. I have tried to use a lot of different CSS codes to change the link colors. Nothing really helps me.

    Thank you =)

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter juliedesiree

    (@juliedesiree)

    Oh, and – is there any way to translate the theme?

    Can I do it in Poedit?

    Thread Starter juliedesiree

    (@juliedesiree)

    Really – no one knows? :-O

    Here is how I changed the page number colors on my site. I changed it to dark teal for the current page, pale pink for the hover color:

    .pagination .current {
    	background: #143D43;
    }
    
    .pagination a:hover {
    	background: #f0d5ce;
    }

    What do you mean by “attribution link”? The color of the links in the navbar footer? I know how to change those.

    Sorry I can’t help with the tag cloud.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Pagenumber button color’ is closed to new replies.