a few questions

Discussion in 'Black Horse WordPress Theme' started by smarta, Nov 25, 2015.

  1. smarta

    smarta Member

    Joined:
    Jul 20, 2012
    Messages:
    225
    Likes Received:
    4
    a few questions

    I assume some of these will be custom css done via Appearance/Styling Options

    my site is at

    http://smartartshosting.com.au/leatherforever/

    1. how do I resize the top logo - I like it to be about 400px wide and maybe 80px high

    2. can I use images instead of icons for the Multiple services section?

    3. remove the 2nd link box from the sliders

    4. How do I remove the “All” and “Uncategorised” boxes ( I was able to remove this whole section and that would be fine)

    5. How do i get the title text above the Full Cols section

    6. with the widgets I tried to replace the gallery (3rd footer) with a blank panel by using a blank Text widget -(which I have used in other themes) but it din’t work and the Contact Us wdiget moved over to replace it - how do i leave a blank space for the 3rd footer widget


    7. Where do I edit the info for the Contact Us widget which appears in the 4th footer widget area - I can’r seem to find any widget settings for it
     
  2. smarta

    smarta Member

    Joined:
    Jul 20, 2012
    Messages:
    225
    Likes Received:
    4
    also it says optimum image size for sliders is 516 x 300px - but at that size I am getting blurry images - even though they are sharp at the recommened size

    is that size correct?
     
  3. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Solutions are accordingly for your above issues..

    1) how do I resize the top logo - I like it to be about 400px wide and maybe 80px high

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .header-container .header .logo img {
        width: 400px !important;
        height: 80px !important;
    }
    2) can I use images instead of icons for the Multiple services section?

    So let me tell you that there would be requirement of source code customization to replace that field with the images.

    3) remove the 2nd link box from the sliders

    For this, you just need to paste the code given below in custom CSS field of your dashboard.
    Code:
    .flex-caption-wrapper {
        display: none !important;
    }
    4) How do I remove the “All” and “Uncategorised” boxes ( I was able to remove this whole section and that would be fine)

    For this code is given below,
    Code:
    #filters {
        display: none !important;
    }
    5) How do I get the title text above the Full Cols section

    There would be requirement of customization to resolve this issue.

    6) how do I leave a blank space for the 3rd footer widget

    Please follow the screenshot given below.

    blackhorse_third_widget_blank.png



    7) Where do I edit the info for the Contact Us widget which appears in the 4th footer widget area

    You can also change the content from the widget section of your dashboard as you have done with the rest widget part (i.e drag and drop text field and fill your own content over there).

    Or, if you want to edit the fields in that form so that would be possible with the customization.

    8) Optimum image size for sliders is 516 x 300px

    So, yes that the correct recommended size.

    Hope it will resolve all your issues..

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  4. smarta

    smarta Member

    Joined:
    Jul 20, 2012
    Messages:
    225
    Likes Received:
    4
    so do you mean I have to pay you to customise?

    or

    would it wok if I choose an icon and then use html to insert images above the text?

    then why is my image more blurred than the original image - I am aiming for sharp images in the slider

    I don't see how putting a smaller image in and having it displayed larger is going to result in a clear sharp image

    again - can I use html code here to specify type sizes?
     
  5. priya

    priya Guest

    Hello,

    No, you just need to send us your dashboard credentials at [email protected] and we will do it for you.

    Regarding your next issue i.e. image size, so my answer will be the same as for the first one that we need to figure out the issue in your theme and for that we need to access your dashboard.

    Looking forward to your reply.

    Note: Please share this thread link as well while sending your credentials at our mail id.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  6. smarta

    smarta Member

    Joined:
    Jul 20, 2012
    Messages:
    225
    Likes Received:
    4
    ok thank you

    i will do a little more myself and send the log-in details in a day or two
     
  7. smarta

    smarta Member

    Joined:
    Jul 20, 2012
    Messages:
    225
    Likes Received:
    4
    ok - I have managed to achieve most of what I want at http://smartartshosting.com.au/leatherforever/

    but if you could like a little help with these please

    1 - you may have missunderstood my previous question 3 when you answered
    this removed the whole box
    I would like to remove just one of the link boxes (the one of the right)

    2- I would like to center the text & heading in the 6 feature blocks - I have tried

    but it did not work


    3 - for some reason the second scroll image is distorted in the Homepage Two Col -Right Colum
    why is this so when the others work fine

    4- I want to change the link text colour to blue I have tried

    but it does not work
     
  8. priya

    priya Guest

    Hello,

    1) To remove just one of the link boxes (the one of the right), you just need to follow the screenshot given below.

    blackhorse_remove_buy_now_button.png

    2) I would like to center the text & heading in the 6 feature blocks, for this you just need to paste the code given below in Custom CSS section of your dashboard.
    Code:
    .content .feature-content h3, .feature-info{
        text-align: center !important;
    }
    3) The second scroll image is distorted in the Homepage Two Col -Right Colum

    Sorry, but didn't find such issue, so it would be better to provide us some edited screenshot so that we can assist you accordingly.

    4) I want to change the link text color to blue

    Regarding this issue, I am a little bit confuse with your concerned area where you want to change link color..

    But still, here is code to change menu link color to blue,
    Code:
    #menu li.current-menu-item a {
        color: #0074c8 !important;
    }
    Hope you will find it helpful..

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  9. smarta

    smarta Member

    Joined:
    Jul 20, 2012
    Messages:
    225
    Likes Received:
    4
    see attached image - it looks like this in all browsers on both mac & pc

    I want all text links throughout the entire site to show up as blue - at the moment the all links and plain with no colour or underline
     

    Attached Files:

  10. smarta

    smarta Member

    Joined:
    Jul 20, 2012
    Messages:
    225
    Likes Received:
    4
    I have removed the .page-info-container


    also I have now decided I want the logo to be top centered and the menu to appear centered underneath

    can you tell me the custom css to achieve this please
     
  11. priya

    priya Guest

    Hello,

    3) scroll image is distorted,

    Fo this you just need to paste CSS code given below in Custom CSS field of your dashboard.
    Code:
    .testimonial_holder .testimonial_jcarousel img {
        width: 165px !important;
        height: 35px !important;
    }
    4) I want to change the link text color to blue,

    For this please use CSS code given below,

    Code:
    .header-container a {
        color: chocolate !important;
    }
    .content .feature-content h3, .feature-info a {
        color: red !important;
    }
    .main-footer a {
        color: red !important;
    }
    5) want the logo to be top centered and the menu to appear centered underneath,


    Please paste the code given below in Custom CSS section of your dashboard.
    Code:
    .header-container .header .logo img {
        margin-left: 142px !important;
    }
    .navigation {
        margin-top: 167px !important;
        margin-left: -69px !important;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com


     
  12. smarta

    smarta Member

    Joined:
    Jul 20, 2012
    Messages:
    225
    Likes Received:
    4
    #3 above
    now the upper image is distorted - I need to be able to have 2 separate image sizes
    and I need one to stay left aligned and one centered

    #4 above
    This worked - but it has not changed the link colour on the internal pages
    eg http://smartartshosting.com.au/leatherforever/bosal-hackmore-mecate/
    the word's contact Jozef are a link - but they are not blue
    I would like all links throughout the site to be coloured

    #5 above
    This worked but the menu is not centered - it is right over to the right hand side
     
  13. priya

    priya Guest

    Hello,

    3) Please provide us screenshot of the image.

    4) Please paste the code given below in Custom CSS section of your dashboard.
    Code:
    a:link {
        color: blue !important;
    }
    5) Try this code in your Custom CSS field,
    Code:
    .navigation {
        margin-right: 146px !important;
    }
    #menu .ddsmoothmenu li {
      float: none !important;
    }
    Hope you will find it helpful..

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  14. smarta

    smarta Member

    Joined:
    Jul 20, 2012
    Messages:
    225
    Likes Received:
    4
    hi

    thank you for your help with this !

    attached image shows 3 errors

    1. showing the squashed image and also scroll not centering in right hand paragraph

    2. menu has centered but the pulldown has not moved accross
     

    Attached Files:

  15. priya

    priya Guest

    Hello,

    Could you please share your dashboard credentials at [email protected] so that we can figure out the issue?

    Looking forward to your reply.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  16. smarta

    smarta Member

    Joined:
    Jul 20, 2012
    Messages:
    225
    Likes Received:
    4
    ok done
     
  17. smarta

    smarta Member

    Joined:
    Jul 20, 2012
    Messages:
    225
    Likes Received:
    4
    please note that the menu is likely to change at some stage so the pull down still needs to follow the products menu if it is moved
     
  18. smarta

    smarta Member

    Joined:
    Jul 20, 2012
    Messages:
    225
    Likes Received:
    4
    also - no logo is big mobile version does not work

    it loads logo across page and then the site is squashed into side - see attached image

    I need css to make the log scale back in size for mobile
     
  19. smarta

    smarta Member

    Joined:
    Jul 20, 2012
    Messages:
    225
    Likes Received:
    4
    also - now that logo is big mobile version does not work

    it loads logo across page and then the site is squashed into side - see attached image

    I need css to make the logo scale back in size for mobile
     

    Attached Files:

  20. priya

    priya Guest

    Hello,

    Thanks for the details..

    We will get back to you soon..

    Your patience will be appreciated,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page