• Resolved tracian

    (@tracian)


    Everything looks great, but I’d really love to remove the “Book details” text and link (show the mini-description only). Is it possible?

    Also: is there any way to align-left the fields like “author”, “publisher”, etc. instead of center?

Viewing 1 replies (of 1 total)
  • Plugin Contributor GS Plugins

    (@gsplugins)

    Hi @tracian

    Thanks for your query.

    To remove the “Book details” text add below css to Customizer.
    .gs_book_theme1 .gs-book-desc a { display: none; }

    To align-left the fields like “author”, “publisher” add below css to Customizer.
    .gs_book_theme1 .gs-bookshowcase-info { text-align: left; }

    Or just copy below css & add –

    .gs_book_theme1 .gs-book-desc a { display: none; }
    .gs_book_theme1 .gs-bookshowcase-info { text-align: left; }

    Let us know for assistance.

    Thanks / Sarwar

Viewing 1 replies (of 1 total)
  • The topic ‘Any way to remove “Book details” link?’ is closed to new replies.