Black Rider Questions

Discussion in 'Blackriders WordPress Theme' started by tubbytimmy, Nov 1, 2018.

  1. tubbytimmy

    tubbytimmy Guest

    Joined:
    Nov 1, 2018
    Messages:
    5
    Likes Received:
    0
    Hi, first question is how do I get the big image to on the home like it does in the screen shot:

    https://prnt.sc/ld93yd
    [​IMG]
     
  2. tubbytimmy

    tubbytimmy Guest

    Joined:
    Nov 1, 2018
    Messages:
    5
    Likes Received:
    0
    Second question, is it possible to change the size and color of the Tap to Call button? If so how do it? Thanks
     
  3. tubbytimmy

    tubbytimmy Guest

    Joined:
    Nov 1, 2018
    Messages:
    5
    Likes Received:
    0
  4. akbar92

    akbar92 Support Staff Staff Member

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

    Greeting from InkThemes,

    How do I get the big image to on the home as it does in the screenshot:

    Kindly go through the theme's documentation that is present in your member's area account.

    2018-11-02_12h06_04.png

    You will get to know how to use the theme.

    Is it possible to change the size and colour of the Tap to Call button? If so how do it?

    Yes, you can change the size and colour of the Tap to call button,

    To make the desired changes, just paste the code in the custom CSS section of the theme.
    Go to (Dashboard->InkThemes->Theme Options->Styling Option).

    // To change the background, text colour and size of the call us button.
    // Increase or decrease the padding to change the size of the button.

    .call-us p {
    background: linear-gradient(to bottom, #a748f0 28%,#262cd6 63%,#2643d6 73%);
    color: #fff;
    padding: 10px 30px;
    }


    How do I edit or delete the breadcrumb type links in this image?

    // To remove the whole breadcrumb container.

    To make the desired changes, just paste the code in the custom CSS section of the theme.
    Go to (Dashboard->InkThemes->Theme Options->Styling Option).

    .page_heading_container {
    display: none;
    }


    Or

    // To remove just the breadcrumb heading.

    div#crumbs {
    display: none;
    }


    Hope all the above details are helpful to you if you need further help then let me know.

    Regards,
    Akbar
    InkThemes.com
     
  5. tubbytimmy

    tubbytimmy Guest

    Joined:
    Nov 1, 2018
    Messages:
    5
    Likes Received:
    0
    I read the PDF before you replied and still had no idea how to do it. it is not very clear and it seems it doesnt match the current version of the theme, I will reply with more details.

    With those two code tweaks you mention, will they be over written when I update the theme?
     
  6. tubbytimmy

    tubbytimmy Guest

    Joined:
    Nov 1, 2018
    Messages:
    5
    Likes Received:
    0
    Regarding this question. Where do I upload the large image to appear at the top of the page?
     
  7. akbar92

    akbar92 Support Staff Staff Member

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

    Greeting from InkThemes,

    Kindly upload the slider images from theme options.

    Have a look at the attached screenshot below, you can also refer to the theme's documentation.

    2018-11-03_11h00_36.png

    You will get to know how to customize the theme.

    Regards,
    Akbar
    InkThemes.com
     

Share This Page