A Few Things

Discussion in 'Blackriders WordPress Theme' started by ronaldsinai, Nov 29, 2015.

  1. ronaldsinai

    ronaldsinai New Member

    Joined:
    Nov 4, 2014
    Messages:
    16
    Likes Received:
    0
    Hello,

    First of all, my domain is: www.fundmylawsuitnow.com

    Request #1: Please provide me with CSS code to help me change the font size and spacing of the menu tabs on my homepage.

    Request #2: Please show me how to get rid of the top-right (built-in) contact graphic on my homepage.. It's currently showing this: ("24/7 Hotline: (800) 760-0704"). I want it removed.
    Request #3: Please give me the CSS code that would allow me to align the menu tab with my logo, just like the homepage of this blackrider website: http://www.australiasuperannuation.com.au/

    Request #4: Please provide me with the CSS code that could help me change the spacing between my slider image and my "Get Pre Settlement Funding—Call (800) 760-0704 heading.

    Thank you so much! I hope I didn't ask for too much in one thread. Please let me know if you need anything from me.
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Solutions of all your issues are accordingly (below)..

    1) Please provide me with CSS code to help me change the font size and spacing of the menu tabs on my homepage.

    For this, paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    #menu .ddsmoothmenu li {
        font-size: 27px;
        padding: 7px !important;
    }
    2) Please show me how to get rid of the top-right (built-in) contact graphic on my homepage.. It's currently showing this: ("24/7 Hotline: (800) 760-0704"). I want it removed.

    Please follow the screenshot given below.

    top_contact_details..png

    3) Please give me the CSS code that would allow me to align the menu tab with my logo

    For this, there would be requirement of source code customization in the theme.

    So please send us your dashboard details at [email protected] along with this thread link as well and we will do it for you.

    4) Please provide me with the CSS code that could help me change the spacing between my slider image and my "Get Pre Settlement Funding—Call (800) 760-0704 heading.

    Please paste the code given below in Custom CSS section of your dashboard.
    Code:
    .slider-wrapper {
        margin-bottom: 20px;
    }
    Note: Adjust numeric value as per your requirement.

    Hope it will resolve your issues..

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. ronaldsinai

    ronaldsinai New Member

    Joined:
    Nov 4, 2014
    Messages:
    16
    Likes Received:
    0
    #1) Success.
    #2) Failed: when I remove the text from "Theme Options"--> "General Settings" it still exists but with a random phone number instead of erasing the image/contact info completely. Also, in addition to removing the current image/text, I also want to replace it with my own image that will be responsive with mobile and desltop like in this URL: http://www.australiasuperannuation.com.au/. You see how he that domain has his phone number on the top right with text that he obviously designed? I want that.
    #3) OK. Will do so after task #2 is successful
    #4) Success.
     
  4. priya

    priya Guest

    Hello,

    If you want to remove that completely, you just need to paste the code given below in Custom CSS field of your dashboard.
    Code:
    .call-us {
        display: none !important;
    }
    If you want to replace with your own graphics then there would be requirement of source code customization in the theme for this.

    Hope you will get my point..

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page