- Posts: 46
- Thank you received: 0
Change "X" close image on Popup at the homepage...
-
kapary
Active member - Topic Author
- Member
Less
More
1 year 6 months ago #50446
by kapary
Change "X" close image on Popup at the homepage... was created by kapary
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6743
- Thank you received: 716
1 year 6 months ago #50448
by milos
Replied by milos on topic Change "X" close image on Popup at the homepage...
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:
with:
To change the position of the button to the bottom, edit file /media/templates/site/polygons/css/custom.css and change this:
to this:
Regards,
Milos
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
Less
More
- Posts: 46
- Thank you received: 0
1 year 6 months ago - 1 year 6 months ago #50450
by kapary
Replied by kapary on topic Change "X" close image on Popup at the homepage...
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
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
Less
More
- Posts: 6743
- Thank you received: 716
1 year 6 months ago #50451
by milos
Replied by milos on topic Change "X" close image on Popup at the homepage...
Hello,
Please read my last message carefully.
Regards,
Milos
Please read my last message carefully.
Regards,
Milos
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6743
- Thank you received: 716
1 year 6 months ago #50452
by milos
Replied by milos on topic Change "X" close image on Popup at the homepage...
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
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
Less
More
- Posts: 46
- Thank you received: 0
1 year 6 months ago #50453
by kapary
Replied by kapary on topic Change "X" close image on Popup at the homepage...
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
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