-
Author
Tagged: icons, profile, size, font size, group title
-
April 30, 2015 at 08:21 #56746tmh23Participant
I would like to make these icons smaller so they all fit on the page without having the + show.
Thanks.
April 30, 2015 at 08:22 #56747tmh23Participantimage didn’t upload….
Attachments:
You must be logged in to view attached files.April 30, 2015 at 17:25 #56809RaduModeratorHello,
Take a look here : https://archived.seventhqueen.com/knowledgebase/changing-section-icons-in-profiles-and-groups
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 1, 2015 at 06:56 #56928tmh23ParticipantGreat how to… but I want to keep the icons that are there just make them smaller so they all fit with out the + sign showing to get to the rest of them. Any idea how to change the size?
Troy
May 4, 2015 at 16:30 #57198RaduModeratorTry to add this in Theme Options -> General settings -> Quick CSS
COPY CODE#buddypress div#item-nav ul li.current a:before{font-size:2.5em}
It should work.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 4, 2015 at 17:19 #57223tmh23ParticipantRadu,
It did work… however only changed the first activity icon and the rest stayed the same size.screenshot:
Attachments:
You must be logged in to view attached files.May 4, 2015 at 17:35 #57232RaduModeratorSorry…
use this instead
COPY CODE#buddypress div#item-nav ul li a:before{font-size:2.5em}
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 5, 2015 at 04:00 #57331tmh23ParticipantCan the highlight color of which one is active be changed independently without it affecting another global color?
It would be nice to make the icon of the section they are in more noticeably visible that it is the section selected.Troy
May 6, 2015 at 15:03 #57572RaduModeratorHello,
Try like this
COPY CODE#buddypress div#item-nav ul li.current.selected a:before { color:red !important; }
Add this little snippet to your Theme Options -> General settings -> Quick CSS area or paste to kleo-child/style.css
Let me know if it works.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 6, 2015 at 18:45 #57612RaduModeratorGlad to hear that.
Also don’t forget to rate our theme on Themeforest and give it 5 stars 🙂
http://themeforest.net/downloads/
Best regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 7, 2015 at 00:25 #57645tmh23ParticipantIs there are similar thing that can be done with the breadcrumb text within each section to highlight it.
It would be great to have selections a different color or highlighted so they are more noticeable. I would like to have the New Article be very noticeable so they know they can create articles… highlighted or something.
Screenshots show the text I’m referring to.Troy
Attachments:
You must be logged in to view attached files.May 7, 2015 at 17:26 #57732RaduModeratorHello,
Thank you !
Try with this CSS
COPY CODE#buddypress #item-body #subnav ul li { background-color :#BBBBBB; padding:0px;margin-right:3px; border-radius:2px !important} #buddypress #item-body #subnav ul li a { color:#fff;font-weight:bold; line-height:1em } #buddypress #item-body #subnav ul li#new-personal-li {background-color:tomato; line-height:1em;padding:2px;border-radius:2px !important} #buddypress #item-body #subnav ul li:hover{ background-color:#666; }
Let me know if is ok.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 14, 2015 at 09:31 #68177tmh23ParticipantHi Radu,
You helped me with the code above to add a highlight to section breadcrumb test above. Wondering if you can alter the code so that the text just shows up as a different color like #339933
Thanks,
TroyJuly 14, 2015 at 20:29 #68264RaduModeratorTry this
COPY CODE#buddypress #item-body #subnav ul li { background-color :transparent; padding:0px;margin-right:3px; border-radius:2px !important} #buddypress #item-body #subnav ul li a { color:#339933;font-weight:bold; line-height:1em } #buddypress #item-body #subnav ul li#new-personal-li {background-color:tomato; line-height:1em;padding:2px;border-radius:2px !important} #buddypress #item-body #subnav ul li:hover{ background-color:#666; } #buddypress #item-body #subnav ul li a:hover{ color:#fff; }
Regards
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 16, 2015 at 10:04 #68550tmh23ParticipantWondering if you can help me with changing the size of the heading for groups? I’d like to make the Group heading/title a larger font size and change the font color…the type that says Colorado Club.
See attached screenshot.Thanks.
Attachments:
You must be logged in to view attached files.July 16, 2015 at 15:54 #68589RaduModeratorHi,
Plese give me the exact url where that title appears.
Best Regards
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 16, 2015 at 23:59 #68632tmh23ParticipantI had a database crash last night so I’m trying to restore that then yes, I can get you the link to where it appears.
I’d like to be able to increase the font size on all the group page titles.
It is the title on the group pages.Troy
July 20, 2015 at 18:44 #69114RaduModeratorI cannot figure out, what group title you say, please make a screenshot from here : http://seventhqueen.com/themes/kleo/groups/gone-in-60-seconds/ and encircle the title to provide you correct css fix.
Regards
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 20, 2015 at 23:45 #69171tmh23ParticipantIn this example you have the group name listing in the breadcrumb bar. I have the setting for the buddypress pages to show the title in the main center.
Here is a screenshot from your example… it is in the breadcrumb section.
Other screen shot shows in Theme Options > Buddypress I have page title set to Main Section.Attachments:
You must be logged in to view attached files.July 21, 2015 at 16:17 #69285RaduModeratorTry with this CSS snippet
COPY CODE.kleo_framework.breadcrumb span a { font-size: 2em; }
Add this code to Wp-admin -> Theme Options -> General Settings -> Quick CSS or add via FTP in wp-content/themes/kleo-child/style.css
Regards
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 22, 2015 at 02:09 #69355tmh23ParticipantNope. This changes the font size of the first section of the breadcrumb.
see attached screen shots.Attachments:
You must be logged in to view attached files.July 22, 2015 at 18:22 #69482RaduModeratorTry now with this snippet
COPY CODEbody.groups h1.page-title { font-size: 3em !important; }
Let me know if is ok
Regards
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 24, 2015 at 03:42 #69738tmh23ParticipantRadu,
You also helped me with some code above… see July 14th. It works perfectly but wondering about having the selected menu item show as the gray color. Currently the hover color goes gray but the selected menu item goes back to the green. I’ve included the code I’m using below and two screen shots to illustrate.Thanks,
Troy#buddypress #item-body #subnav ul li { background-color :transparent; padding:0px;margin-right:3px; border-radius:2px !important}
#buddypress #item-body #subnav ul li a { color:#339933;font-weight:bold; line-height:1em }
#buddypress #item-body #subnav ul li#new-personal-li {background-color:f7f7f7; line-height:1em;padding:2px;border-radius:2px !important}
#buddypress #item-body #subnav ul li:hover{ background-color:#f7f7f7; }
#buddypress #item-body #subnav ul li a:hover{ color:#666; }Attachments:
You must be logged in to view attached files.July 24, 2015 at 13:58 #69790RaduModeratorIf you hover the icons will be gray.
COPY CODE#buddypress #item-nav ul li a:hover:before {color:#666 !important;}
IT’s ok ?
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 24, 2015 at 17:21 #69833tmh23ParticipantThe code that you already provided does currently make the hover gray, what I would like to have happen is that the selected item stays gray when selected.
July 24, 2015 at 17:49 #69844RaduModeratorCan you provide please the url to can give you accurate CSS fix ?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 24, 2015 at 18:18 #69862RaduModeratorI need an dummy account or admin credentials to can see the page.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 24, 2015 at 18:50 #69875RaduModeratorIt’s ok ?
COPY CODE#buddypress #item-body #subnav ul li a {color:#666 !important;} #buddypress #item-body #subnav ul li.current a {color:green !important;}
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 24, 2015 at 18:56 #69879tmh23ParticipantThat works perfectly!
Another quick question… is there a way to have the profile section be the one that loads as default when visiting a members profile page. Either moving it to the first position and then the Activity icon or just having it default to profile in the same position.Troy
Attachments:
You must be logged in to view attached files.July 24, 2015 at 19:00 #69882tmh23ParticipantAnd… is can the border around the profile section be removed?
Attachments:
You must be logged in to view attached files.July 27, 2015 at 06:31 #70124CamyenParticipantHey Radu, what a good code here. Thank you.
May I ask how to change the colour of the highlighted tap? You chose red and green in the above code. I’d like to use blue (please take a look at attachment), but ‘blue’ in your code brings a relatively darker colour than I expected.
Attachments:
You must be logged in to view attached files.July 27, 2015 at 08:51 #70138tmh23ParticipantI would find out the hex code of the blue and try that number. (#xxxxxx)
-
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.