Home Support Automobile Car Dealer Theme Technical design questions

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1258
    roxannep
    Participant

    Hi,

    I am trying to improve the look of my website but I have some difficulties to modify certain things

    1. One of my biggest problem is that I can not put more than one of my images in the slider settings. If I click for more than one image, the templates does not give me the chance to choose another one in my personal gallery and put other images from the templates gallery.
    1. I want to know how can I remove the ”Make an appointment” on my primary menu. I do not take appointment on web and I need my website to be french.
    2. I want to know if is possible to make my phone number in the header section to be clickable for customers ?
    3. I want to know if it is possible to remove the square around the images I am putting in the different pages of my web site ?

    My URL is : http://www.rmelectrodiesel.com

    Thanks a lot !

    Roxanne

    #1259
    Shop Manager
    Keymaster

    Hi Roxannep,
    As per your query, We have seen your points and we are giving you some steps to get it.
    The first point slider, if you want to add more images you have to increase the number of the slider to show more image option.
    The second point we are giving some easy steps and CSS to remove appointment from the menu bar.
    Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Put the given CSS on it >> Publish.
    .consultation {
    display: none;
    }
    If you want to make site language French, Go to Dashboard >> Setting >> General >> Site Language >> Change the language >> Save.
    The third point sorry but there is no such option to add a link on phone number in our theme design.
    The fourth point could please specify for which square image you are talking about?
    Thanks

    #1261
    roxannep
    Participant

    Hi !

    First of all thanks you for your solutions,
    But when I talk about the slider settings, I know I have to increase the number of slide. But once I have done this, I only have one space to put my image, so if I put for example 2 slides, the other images is one of your gallery and I can not remove it or change it … You can see it in the attach files.

    For the square around my images, you can see that all the logos or icon I put on my pages have one. For example in this page
    https://www.rmelectrodiesel.com/mecanique-specialisee/, the engine have no background but a square appears around it.

    thanks you !

    Roxanne

    #1266
    Shop Manager
    Keymaster

    Hi rox,
    As per your query, after increasing the number of slides just publish the slider and refresh the customizer page and open it again, you will get the option to add a second and third image in slider.
    And to remove the square box from the image, we are giving you some easy steps and CSS to remove it.
    Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Put the given CSS on it >> Publish.
    .alignleft, img.alignleft {
    border: 0px solid #bbb;
    }
    If you need any other help please let us know.
    Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.