Few Color Changes

Discussion in 'Photomaker WordPress Theme' started by itzcandy, Sep 25, 2015.

  1. itzcandy

    itzcandy Member

    Joined:
    Dec 13, 2012
    Messages:
    102
    Likes Received:
    2
    Hi,

    I would like to do the following to my website. Here is the link for reference: http://rosecottagefloristandchapel.com/

    1. I would like the page titles to be a little lower than they are now.
    2. I would like to change the color of the page titles.
    3. I would like the menu text to be a different color.
    4. I would like the widget text to be a different color.

    Thank you so much for your help!
     
  2. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

    It would be our pleasure to serve you.

    Regarding the issue number 3, "menu text to be a different color". Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .ddsmoothmenu ul li a:link{
        color: black !important;
    }
    
    Note:- Please change the color accordingly.

    Regarding all your other issues, could you please provide us screenshot of your requirements so that we can better understand which area you are talking about?

    If you are unable to create screenshots then you can use www.screenpresso.com that will help you to create screenshots.

    Looking forward to hearing from you.

    Thanks & Regards!
    Nitin
    InkThemes.com
     
  3. itzcandy

    itzcandy Member

    Joined:
    Dec 13, 2012
    Messages:
    102
    Likes Received:
    2
    On image below

    1. I would like the page title "Bridal Packages" to move down lower AND to change the color of the page title.

    2. I would like the the text in the widget directly under the search bar on the right to be another color.

    3. Also, How do I change the color behind the slider heading and description text, right now it is a transparent black.
     

    Attached Files:

  4. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    You can easily resolve your issue, you just have to paste the CSS codes given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    1) I would like the page title "Bridal Packages" to move down lower AND to change the color of the page title.

    For this, paste below code:
    Code:
    .content-bar h1.page_title {
        margin-top: 36px !important;
        color: blue !important;
    }
    2) I would like the text in the widget directly under the search bar on the right to be another color.


    For this, code is given below:
    Code:
    font {
        color: blue !important;
    }
    3) How do I change the color behind the slider heading and description text, right now it is a transparent black


    For this paste below code:
    Code:
    .tf_content h1 a {
        color: blue !important;
    }
    .tf_content p {
        color: red !important;
    }
    Note: Adjust numeric value and color as per your interest.

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page