Quick Links Icon edit

For support and discussion related to templates, themes, and imagesets in phpBB 3.1.
Scam Warning
Locked
User avatar
Mannix_
Registered User
Posts: 1838
Joined: Sun Oct 25, 2015 2:56 pm
Name: Matt
Contact:

Quick Links Icon edit

Post by Mannix_ »

Hello everyone,
I'm creating my first phpbb style and I want to change the looks of the quick Links icon from line to dots is there a way to achieve that ? My style is based on prosilver. Would appreciate any help I can get.
Last edited by _Vinny_ on Tue May 16, 2017 10:36 pm, edited 1 time in total.
Reason: Topic icon changed
Did I helped You? Consider a donation.
New version of phpBB has been released? My styles aren't validated for it yet? Check my page for the latest downloads!
User avatar
pit-PL
Registered User
Posts: 3212
Joined: Sat Nov 21, 2009 12:24 pm

Re: Quick Links Icon edit

Post by pit-PL »

In navbar_header.html change fa-bars to fa-ellipsis-h.
User avatar
Mannix_
Registered User
Posts: 1838
Joined: Sun Oct 25, 2015 2:56 pm
Name: Matt
Contact:

Re: Quick Links Icon edit

Post by Mannix_ »

pit-PL wrote: Wed May 10, 2017 7:37 pm In navbar_header.html change fa-bars to fa-ellipsis-h.
I think that's for 3.2 prosilver based styles but thank you anyway will keep that in mind.
Did I helped You? Consider a donation.
New version of phpBB has been released? My styles aren't validated for it yet? Check my page for the latest downloads!
User avatar
Brf
Support Team Member
Support Team Member
Posts: 53400
Joined: Tue May 10, 2005 7:47 pm
Location: {postrow.POSTER_FROM}
Contact:

Re: Quick Links Icon edit

Post by Brf »

Mannix_ wrote: Fri May 12, 2017 3:49 pm I think that's for 3.2 prosilver based styles but thank you anyway will keep that in mind.
Is that not what you are requesting?
User avatar
Mannix_
Registered User
Posts: 1838
Joined: Sun Oct 25, 2015 2:56 pm
Name: Matt
Contact:

Re: Quick Links Icon edit

Post by Mannix_ »

Brf wrote: Fri May 12, 2017 4:09 pm
Mannix_ wrote: Fri May 12, 2017 3:49 pm I think that's for 3.2 prosilver based styles but thank you anyway will keep that in mind.
Is that not what you are requesting?
It is and not a the same time the solution that pit-PL gave works for 3.2 but I'm asking for 3.1 since we are in 3.1 category :)
Did I helped You? Consider a donation.
New version of phpBB has been released? My styles aren't validated for it yet? Check my page for the latest downloads!
User avatar
pit-PL
Registered User
Posts: 3212
Joined: Sat Nov 21, 2009 12:24 pm

Re: Quick Links Icon edit

Post by pit-PL »

My bad, sorry.

Add this

Code: Select all

#nav-main li.responsive-menu a.responsive-menu-link:before {
	content: '...';
	top: 4px;
	height: auto;
	width: auto;
	border: none;
}
at the bottom of the common.css.
User avatar
Mannix_
Registered User
Posts: 1838
Joined: Sun Oct 25, 2015 2:56 pm
Name: Matt
Contact:

Re: Quick Links Icon edit

Post by Mannix_ »

pit-PL wrote: Fri May 12, 2017 6:15 pm My bad, sorry.

Add this

Code: Select all

#nav-main li.responsive-menu a.responsive-menu-link:before {
	content: '...';
	top: 4px;
	height: auto;
	width: auto;
	border: none;
}
at the bottom of the common.css.
Problem solved thanks pit-PL
Did I helped You? Consider a donation.
New version of phpBB has been released? My styles aren't validated for it yet? Check my page for the latest downloads!
Locked

Return to “[3.1.x] Styles Support & Discussion”