• Resolved Asakasan

    (@asakasan)


    Hi, can you give me an hint to change the color of any elements?

    I’d like to modify the color of Site Title, Tagline, and also of the titles of Hero box and of every widget.

    Can you help me, please?

    Thank you so much.

Viewing 11 replies - 1 through 11 (of 11 total)
  • Hello, Asakasan

    Please provide me with the link to your site for better understanding.

    Regards,
    Wallbreaker

    Thread Starter Asakasan

    (@asakasan)

    Here it is: entraredasolo dot com

    Please check this code in style.css for the child theme:

    .site-title a{color:green}
    .site-description{color:orange}
    .footer-widget-area .widget-title{color:green}

    Regards,
    Wallbreaker

    You may open your site Opera or Chrome and use right click on mouse to inspect every sigle element you would like to customize with developer tools and select the proper <div> name to get your color. Please take a look at this screenshot:https://prntscr.com/8r7x64

    Regards,
    Wallbreaker

    Thread Starter Asakasan

    (@asakasan)

    Thanks, Wallbreaker, for your code and your advices. I’m testing using my browser and I’m changing colors at my pleasure.

    But I can’t change color to widget titles (in front area and in sidebar) and also to links.

    EDIT. Also in the box below featured image

    Thread Starter Asakasan

    (@asakasan)

    It’s me again. =)

    Following Wallbreaker’s advices, I’m trying to change color to front widget titles, in Front Page area, adding this code:

    .front-widget-area .widget-title {
    	color: #4fd4a1;
    	}

    But, I don’t know why, it doesn’t work.
    Where I am wrong?

    Thanks

    Hello

    Please check following lines in style.css:
    .site-footer {
    background-color: #4fd4a1;

    . “}” is missing. We all do this creepy things. And 1 god damned { can make whole code not working. Good luck and don’t hesitate to ask about debug))

    Regads
    Wallbreaker

    Thread Starter Asakasan

    (@asakasan)

    Creepy things indeed! Now it works fine; thanks a lot @wallbreaker, you really did help me.

    I am considering using this template, however, I do not like the pink/red*ish menu bar. Is that customizable from the standard online wordpress customization menu?

    Moderator Kathryn Presner

    (@zoonini)

    FredsMom – you can use custom CSS to change the colour of the menu bar. There isn’t a built-in option to modify the colour, but we’d be happy to help with your colour change as we’ve helped many Sela users. Just start a new thread and provide a link to your site if possible.

    The link from your username is linking to a WordPress.com site. If you’re considering using Sela there, it does come with several free colour palettes in the Customizer, which are a WordPress.com feature. If you need further help with Sela on WordPress.com, feel free to post in those forums: https://en.forums.wordpress.com/forum/themes

    Thanks Kathryn! I will post there since I have a few more questions.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Change color of some elements’ is closed to new replies.