Remove pattern behind header

Discussion in 'Poloray WordPress Theme' started by sis innovation, Dec 15, 2012.

  1. sis innovation

    sis innovation New Member

    Joined:
    Nov 26, 2012
    Messages:
    2
    Likes Received:
    0
    Hi,

    Is it possible to remove the "brick" pattern that is on the colored banner across the front page and also on top of the pages? I would like it to just have a solid colour.

    Another question: I can not find the custom js. I am looking for it to remove the code that needs to go in order to change to header fonts.

    Please give directions that a even a beginner like me can understand: )

    Thanks in advance.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    1.For your first issue


    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .heading_container {
    background: #045f8a!important;
    }
     
    .slider_container {
    background-image: none!important;
    }
    2.You will not get theme directory in your dashboard.
    You can edit custom js. file through FTP.
    Open your Theme directory (through FTP) > js
    Download custom js. file from there, Edit it, Then again upload it.
     
  3. monique kalmokoff

    monique kalmokoff New Member

    Joined:
    Dec 30, 2012
    Messages:
    1
    Likes Received:
    0
    This worked great, thank you. I couldn't figure this out either. I also want to change the header background colour - the theme is set to orange but the orange that is there is too dark... I want to customize it. How do I do that?

    Thanks in advance.
     

Share This Page