Woodpecker Child Theme

Discussion in 'Themia WordPress Theme' started by drdad47, Sep 29, 2016.

  1. drdad47

    drdad47 New Member

    Joined:
    May 23, 2015
    Messages:
    16
    Likes Received:
    0
    1. I need to change the color of the website's title and tag. See Below:

    Bartley House Publications
    Publishing Inspired Thoughts, Opinions and Sentiments

    Currently, the Bartley House Publications is a gray/silver color and the tag is black. I would like to change the main title's to a dark burgundy color and the tag to the color of the theme's orange/coffee color. (Is there codes for color that can be changed?) Also I would like to change the size of the fonts

    2. How do I put my logo in the upper right corner?

    3. How do I put my phone number to about the middle of the title line?
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Could you please provide us 'URL' of your site so that we can better assist you?

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. drdad47

    drdad47 New Member

    Joined:
    May 23, 2015
    Messages:
    16
    Likes Received:
    0
  4. akbar92

    akbar92 Support Staff Staff Member

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

    Greetings from InkThemes,

    1. To change the color of website's title and tag, just paste the code given below in Custom CSS section.
    (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    #logo a {
        color: #800020;
    }
    
    #logo a:hover {
        color: #800020 !important;
    }
    
    #logo p {
        color: orange;
    }
    For 2 & 3. 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