Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #165690
    Nicolej
    Participant

    Hi!
    I’d like to add Items of a Projekt and/or Service Type to an single page or blog post! How can I add it?
    regards
    Nicole

    #165692
    Nicolej
    Participant

    ok I’ve managed to add the service section now! How can I manage to display the services without dispaying the name of the service? Additionally I’d like to have a colored background for the embedded service area!

    #165735
    Skandha
    Participant

    @nicolej: Hello Nicole,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    /* To display Services title */
    .ect-service.ect-section .service-entry-title {
    	display:none;
    }
    /* To change background color of Services section */
    .ect-service.ect-section {
    	background-color:#123456;
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Integration of "Services" or "Portfolio" Items on a single page or blog post’ is closed to new replies.