Forum Replies Created
-
In reply to: I need to enlarge some font-sizes
I thought it is possible because I have the default bbPress CSS in use. Nothing special, just the CSS that have probably all bbpress-user. But if it is not possible to find the solution, I will contact you as soon as I’ve finished the site so that I can release it.
Thank you again.In reply to: I need to enlarge some font-sizesNo, unfortunately not. π Also not with
! important
.
Although these are exactly the two titles that I want to enlarge! The only that works is the solution withinherit
, but that just increases all fonts in the forum and I do not want that. It also destroys the layout. I’m certainly not a CSS professional, but I have changed so much and it all worked. Why does this one not work?? I really do not understand what’s going on.Is there any way to ask one of the bbpress-people?
In reply to: I need to enlarge some font-sizesI just found this old post:
If you follow the link
http://hearthstone.no/forums/
then you will see what I want to change in my forum.The first forum there is called: “Hearthstone Beta” = forum-title
I would like (for me) a larger font.If you click the forum “Hearthstone Beta”, you come to the list of topics. Look for example Topic “turnering”. This is the topic-title, for which I also want a larger font.
But only for this two titles (forum-title und topic-title), not for the rest of the fonts like it is on this site.
In reply to: I need to enlarge some font-sizesHi Robin,
no, unfortunately, that also does not work. It changes the title in the blog, not the bbpress-forum.It’s absolutely crazy.
I just made ββsome changes to the existing CSS in my child-theme to see if the css file is ever used. But EVERYTHING works. Only with these two bbp-titles (forums und topics) nothing works.
I’ve just tried the following:. bbp-forum-header a.bbp-forum-permalink, . bbp-topic-header a.bbp-topic-permalink, . bbp-reply-header a.bbp-reply-permalink { font-size: 18px; }
Nothing happens.
But: Somewhere the size of this fonts must still be defined!! (???)Apparently no one of the bbpress programmers reads here in the forum. Too bad. π
I give up now.Thank you, that you were so kind and patient!
In reply to: I need to enlarge some font-sizesHi Robin, thank you for your patience!
I have a child-theme in wp-content/themes/myTheme. Inside is MY style.css. Here I have copied all the passages from the bbpress.css that I wanted to change. It has always worked fine! Just changing the font size in the forum-title and the topic-title is ignored. Despite !important.
You also can check a topic-title in bbpress with Firebug. I did ββit like this: highlight the topic-title, mouse-click (right) and then check by Firebug.
In reply to: I need to enlarge some font-sizesThanks, Robin.
I’ll really go crazy! π It does not work.
That can not be true. I have also cleared the cache.
Every other changes in my child css works!!What’s going on?! π
In reply to: I need to enlarge some font-sizesI have just seen in the source code that the line that I want to change is
a class = "bbp-forum-title"
Apparently the LINK class is defined anywhere else?In reply to: I need to enlarge some font-sizesThank you very much for your help!
Unfortunately this I had already tried and it did not work. Now I have just tried again and again without success. I’m really at a loss. π
Why this CSS is ignored? I have several changes in the CSS file (background for sticky post, for example). Everything else works!Where is the special-bbpress-“h3” defined? What size? I can’t find ist in the bbpress css-file.
Perhaps there would be the solution?In reply to: I need to enlarge some font-sizesYes, I have a child theme with css-file.
In reply to: I need to enlarge some font-sizesP.S.:
I use the Standard bbPress CCS.
In reply to: I need to enlarge some font-sizesHi Robin, thanks for your friendley Feedback!
I’m still working on the project on my local server.Sorry…. π