Home Forums ArileWP Pro page background color

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #2311
    Ömer G
    Participant

    Hi, how can I change the background color of pages? The default color is light blue as this forum page, I like to change it white as it is in documentation page.
    Thank you

    #2313
    themearile
    Keymaster

    Hi Omer

    Thanks for contacting us.

    Please let us know with the screenshot which background color you want change in the theme.

    So we help you better.

    Thanks,
    ThemeArile

    #2316
    Ömer G
    Participant

    Hi,

    How can I add a picture; I couldnt find attachment button.

    http://altinokakademi.com/wp-content/uploads/2020/02/Screen-Shot-2020-02-01-at-22.11.59.png

    #2326
    themearile
    Keymaster

    Hi Omer,

    Please add the below CSS code in Additional CSS box, Go to the Appearance >> Customize >> Additional CSS box.

    .theme-blog.theme-bg-grey {
    background-color: #fff !important;
    }

    Let me know if it works for you.

    Thanks
    ThemeArile

    #2333
    Ömer G
    Participant

    Thank you very much it works…

    I need another support; now in the same page there is a frame (not sidebar) where I will insert my text and pictures. This frame has an outline color however I want a colorless ( transparent) the frame outline.

    How can I do that.

    Thank you

    #2339
    themearile
    Keymaster

    Hello Omer,

    Please add the below CSS code in Additional CSS box, Go to the Appearance >> Customize >> Additional CSS box.

    .theme-blog .post {
    border: 1px solid transparent;
    }

    Let me know if it works for you.

    Thanks
    ThemeArile

    #2343
    Ömer G
    Participant

    Hi, thank you it works.

    I need another support. I want to position my text or pictures closer to the page header.

    Today there is very large space between the header and page content.

    http://altinokakademi.com/hakkimizda/?preview_id=375&preview_nonce=8c57db10a2&preview=true

    #2350
    themearile
    Keymaster

    Hi Omer,

    Please add the below CSS code in the Additional CSS box.

    .theme-block.theme-blog {
        padding-top: 1rem;
    }

    You can set the content space by padding according to yourself.

    Let me know if it works for you.

    Now if you have any more questions please create a separate ticket for that.

    Thank you.

    #2355
    Ömer G
    Participant

    Thank you very much, it worked.

    #2357
    themearile
    Keymaster

    Dear Omer,

    Glad to hear it. We hope you are enjoying the ArileWP theme.

    Please help us improve our customer satisfaction by writing a quick review https://wordpress.org/support/theme/arilewp/reviews/?filter=5. We would be extremely grateful.

    If you have any queries using the ArileWP Pro theme, please let us know. We are always here to help you.

    Thank you for your time.

    Have a good day.

    Thanks,
    ThemeArile

    • This reply was modified 5 years, 4 months ago by themearile.
Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘page background color’ is closed to new replies.