several changes

Discussion in 'Themia WordPress Theme' started by maes39, Sep 16, 2014.

  1. maes39

    maes39 Member

    Joined:
    Jul 2, 2013
    Messages:
    123
    Likes Received:
    2
    Hello,

    I want to change some small things on my website www.chrismaton.nl

    *Is there an code to change the background color from the website?
    *i want to change the color from the roll over line at the feature pictures on the homepage
    *The language of my website has to be Dutch, can i change the text items (your name etc. )on the contactpage
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    1. To change background of website use following css code with your desired color.
    Code:
    body {
    background: your desires color;
    }
    2.To change the color from the roll over line at the feature pictures on the homepage use following css code with your desired color.
    Code:
    .feature_content img:hover {
    background-color: your desires color;
    }
    3. You can change text on contact page as shown below in screenshot.

    17sep2.png

    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page