Pictures instead of Icons in Services Section

Discussion in 'One Page Pro WordPress Theme' started by vibrandsee, Jan 2, 2017.

Thread Status:
Not open for further replies.
  1. vibrandsee

    vibrandsee Member

    Joined:
    Apr 13, 2013
    Messages:
    102
    Likes Received:
    1
    How can I add pictures instead of icons on the services section?

    Thanks
     
  2. vibrandsee

    vibrandsee Member

    Joined:
    Apr 13, 2013
    Messages:
    102
    Likes Received:
    1
    Alternatively, how can I remove the icons completely as I can embed pictures using HTML in the titles.
     
  3. shruti26

    shruti26 Guest

    Hi,

    You are restricted to use images in the service section, you can only use the icons available.

    Here are the answers to your questions:

    To hide the icons from the Service Section just paste this code in (Dashboard -> Appearance -> Customize -> Theme Settings -> Custom Settings -> Custom CSS Section) of your dashboard.

    Code:
    .services_div .services_item span {
        display: none;
    }
    
    To insert images instead of the icons follow the steps:

    Step1:
    You need to access homepage-services.php file located here:\wordpress\wp-content\themes\one-page-pro\templates\homepage-services.php via FTP.

    Step2: Replace the highlighted text with your desired HTML ( to insert the pictures).

    Here is the screenshot for the same: https://screenpresso.com/=TNSee

    If you are unable to do it, we will do it for you but there would be some charges for the same.

    Hope this helps...!

    Thanks & Regards,
    Shruti Jain
    InkThemes.com
     
  4. vibrandsee

    vibrandsee Member

    Joined:
    Apr 13, 2013
    Messages:
    102
    Likes Received:
    1
    Thank you. I was able to make the change.
     
  5. shruti26

    shruti26 Guest

    That sound great!

    Happy Website Building :)

    Thanks & Regards,
    Shruti Jain
    InkThemes.com
     
Thread Status:
Not open for further replies.

Share This Page