Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi, Could you please tell me how did you change the color of the window(where all your posts have been displayed) to pink and also the footer color to golden?.

    Thanks in advance.

    Thread Starter alnestabs

    (@alnestabs)

    I changed code in the /wp-content/themes/fifteen/css/skins/default.css with trial and error.

    For Gold you need to change:

    background: -webkit-linear-gradient(top,
                    rgba(213,173,109,1) 0%, rgba(213,173,109,1) 26%,
                    rgba(226,186,120,1) 35%, rgba(163,126,67,1) 45%,
                    rgba(145,112,59,1) 61%, rgba(213,173,109,1) 100%);

    For Pink:

    /* 7. Content
    ------------------------------------------------------- */
    #content {
      background: rgba(255, 0, 255, 0.3);

    It’s really not recommended to modify theme files – as those changes will be lost when the theme is updated – instead use a child theme for this kind of modification.

    https://codex.www.ads-software.com/Child_Themes

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to remove the Horizontal line of the Header Picture?’ is closed to new replies.