• I like the layout and style of the site but want to change the pink to a blue. You can change the background in the customise settings but not the pink to a different color. i looked in bootstrap-theme.css but cant find the pink color code to change.

Viewing 2 replies - 1 through 2 (of 2 total)
  • add the code below at the end of style.css

    .middle-menu {
      background-color: blue;
    }

    you will find style.css at EDITOR at the end of Appearance tab https://i.imgur.com/bWIKSUK.png
    for other colors, go to https://html-color-codes.info and pick your color and replace blue with the html color code.

    background-color: #000;  // for black

    Thread Starter Roboc

    (@roboc)

    Great. But i still need the change the pink scroll bar, pink hover on top navbar links, pink links when hovered, and pink jump to top box when scrolled to bottom of the page. I would replace all pink color codes in style.css with blue but i cant see any pink color codes at all.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to change the Pink to a different color’ is closed to new replies.