• How can put logo + text instead only text in upper left corner where the name of site is?
    how can change the color of text in main side bar. I made main side bar white and now text there is invisible :).

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there! 🙂

    You can make all the changes you want with some simple CSS code.

    Can you tell us what theme you are using and then we can make some suggestions.

    Depending on your theme you can then either paste this code in the Custom CSS area of your Theme Options page or add it to a child theme.

    You can read about child themes here.

    I hope that helps!

    Luke the Daft Duke

    Thread Starter contozo

    (@contozo)

    I use twenty fourteen theme , the default one. I use child theme.

    Hi there! 🙂

    You can change the color of the sidebar link color using this:

    .widget a {
      color: #000000;
    }

    Header Image + Text:

    Go to Appearance – > Header and upload the image you want

    Make sure you check the box entitled ‘Show header text with your image’.

    I hope that helps!

    Luke the Daft Duke

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘theme modification questions’ is closed to new replies.