• Resolved allthetrinkets

    (@allthetrinkets)


    Hi everyone,

    So I’ve scanned all the topics in this forum but I can’t find a solution for changing the default colors.

    I want the categories, tags, and links on both sidebar and in the posts/pages to be the hex color #93e4e2. And it’ll turn #019c6e when hovered. I already did this with the ‘Continue Reading’ bit below each post on the home page but can’t seem to change it everywhere else.

    Also, I’ve changed the primary menu background color to #93e4e2. I enabled the Search beside the navigation as well and I want the background color to be the same as my menu. My menu is set to default, by the way.

    Any help is appreciated. Thanks

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi there,

    I found out the CSS code you used and if you remove the .more-link it will work for your whole site. Here’s the revised code:

    .navigation-default .primary-navigation {
    	background: #93e4e2;
    }
    a {
    	color: #93e4e2;
    }
    a:hover {
    	color: #01cbce;
    	border-bottom-color: #303030;
    }

    Let me know if you need more help with that.

    Thread Starter allthetrinkets

    (@allthetrinkets)

    Worked perfectly thanks, @fstat!

    I’ve got three more concerns:

    1) I still can’t change the header search’s background color to #93e4e2.
    2) The hover color for the pop out menu and the header search button is still the default blue color. Is there a code to change that?
    3) When you type on the search widget on the sidebar, the search bar’s border turns to default blue and I would like to change that to #01cbce

    I basically want to turn the theme’s default blue color to something else

    Thread Starter allthetrinkets

    (@allthetrinkets)

    I already figured out how to change the colors! Yay!

    That’s great! Please let me know if you need help with anything else.

    @fstat I have a similar question regarding changing colors to my page. currently my website name shows black and the top tab where menus and social media links are located are also black. I want to change those colors and it seems my theme doesn’t have the function to edit those colors. However, my website name does change color when hovered. I want a permanent color that is not black. Could you help me locate where to change it in Blossom Mommy Theme in the editor?

    Hi @kidsfs,

    This is the support forum for the Edin theme. For your case, I suggest contacting the theme author directly.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Change all default color’ is closed to new replies.