Change "X" close image on Popup at the homepage...

  • kapary
    Active member
  • Topic Author
  • Member
  • Member
More
1 year 6 months ago #50446 by kapary
I have been asked to change the 'x' close button on the Popup page after clicking an image.
Is it possible to change this image for a Textlink like "close",
Is it also possible to change the position of this at the bottom position of the article?Greetings,
Marco 

Please Log in to join the conversation.

  • milos
    Support Staff
  • Moderator
  • Moderator
More
1 year 6 months ago #50448 by milos
Hello,

You should edit the file /templates/polygons/html/com_content/featured/default.php and the file /templates/polygons/html/com_content/category/blog.php change this line:
Code:
<i class="card__btn-close fa fa-times"></i>

with:
Code:
<span class="card__btn-close">Close</span>

To change the position of the button to the bottom, edit file /media/templates/site/polygons/css/custom.css and change this:
Code:
.card__btn-close { font-size: 36px; position: absolute; top: 0; right: 0; padding: 36px; cursor: pointer; }

to this:
Code:
.card__btn-close { font-size: 36px; position: absolute; bottom: 0; right: 0; padding: 36px; cursor: pointer; }

Regards,
Milos

Please Log in to join the conversation.

  • kapary
    Active member
  • Topic Author
  • Member
  • Member
More
1 year 6 months ago - 1 year 6 months ago #50450 by kapary
Hello Milos, i can not find the pfad: /media/templates/site/polygons/css/custom.css
where is it? I use Joomla 3 for this site
Regards,
Marco
Last edit: 1 year 6 months ago by kapary.

Please Log in to join the conversation.

  • milos
    Support Staff
  • Moderator
  • Moderator
More
1 year 6 months ago #50451 by milos
Hello,

Please read my last message carefully.

Regards,
Milos

Please Log in to join the conversation.

  • milos
    Support Staff
  • Moderator
  • Moderator
More
1 year 6 months ago #50452 by milos
Hello,

If you are using Joomla 3, the files are in folder /templates/hot_polygons and CSS code is in the template settings, under Custom > CSS

Regards,
Milos

Please Log in to join the conversation.

  • kapary
    Active member
  • Topic Author
  • Member
  • Member
More
1 year 6 months ago #50453 by kapary
Yes, i got it before, found on a topic similar:
www.hotjoomlatemplates.com/support-forum...lose-button-on-cards
Thanks for your quick answer
Regards

Please Log in to join the conversation.

Time to create page: 0.211 seconds
Powered by Kunena Forum