background-color in contact_div

Discussion in 'One Page Pro WordPress Theme' started by darakoba, Mar 10, 2018.

  1. darakoba

    darakoba New Member

    Joined:
    Mar 8, 2018
    Messages:
    6
    Likes Received:
    0
    Hello,

    how can I change the background color in contact_div?
    This is given in an element-stye style = "background-color: # 9792d4"
    A change in css brings therefore no success

    Thanks for help!
     
  2. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi,

    Greetings from InkThemes,

    To background color of the contact section, just paste the code given below in Custom CSS section.
    (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .contact_div {
        background: #8e4900 !important;
    }
    Hope this helps...!

    Thanks & Regards!
    Akbar
    InkThemes.com
     
  3. darakoba

    darakoba New Member

    Joined:
    Mar 8, 2018
    Messages:
    6
    Likes Received:
    0
    Thanks, that works, but unfortunately only as long as I am logged in as an admin.
    If I start the page without login then I have the old background color again.
    What can this be?
     
  4. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi,

    Greeting from InkThemes,

    We need WordPress admin credentials to figure out the issue.
    Kindly send the below-mentioned credential details at [email protected] along with the thread link.

    WordPress Website URL: -
    WordPress Username: -
    WordPress Password: -

    We will try to fix your issue.

    Regards,
    Akbar
    InkThemes.com
     

Share This Page