2018-04-18, 09:40 AM
2018-04-18, 12:16 PM
cómo poner publicidad en la primera publicación
2018-04-19, 05:17 AM
Is there a recommended way to change the default forum icons? Thanks!
2018-04-20, 05:54 PM
Quote:Is there a recommended way to change the default forum icons? Thanks!
I have the same question, the big icons that show if there are new posts or not in a forum (theme default are the speech bubbles). For example could I use this plugin: https://community.mybb.com/mods.php?action=view&pid=457
My other question is, can I use this plugin: https://community.mybb.com/mods.php?action=view&pid=564
without messing up the responsiveness of the theme?
Btw, it's a great theme, thanks for it
2018-04-23, 09:59 AM
Hello,
If you want to change font-family to another, where is this? I can not find anything under the files.
If you want to change font-family to another, where is this? I can not find anything under the files.
2018-05-07, 02:57 AM
(2018-04-19, 05:17 AM)Meathead40 Wrote: [ -> ]Is there a recommended way to change the default forum icons? Thanks!
(2018-04-20, 05:54 PM)Buffy90 Wrote: [ -> ]Quote:Is there a recommended way to change the default forum icons? Thanks!
I have the same question, the big icons that show if there are new posts or not in a forum (theme default are the speech bubbles). For example could I use this plugin: https://community.mybb.com/mods.php?action=view&pid=457
My other question is, can I use this plugin: https://community.mybb.com/mods.php?action=view&pid=564
without messing up the responsiveness of the theme?
Btw, it's a great theme, thanks for it
Go into global.css and find
.forum_offlink i:before {
content: "\f0c1";
}
After it, add this
.ficons_2 i:before {
content: "\f1ea";
}
Change 2 to your forum's id and replace the unicode 'f1ea' with your new font-awesome icon's unicode found on each icon's respective page.
--------- Try that and let me know if it works for you.
(2018-04-23, 09:59 AM)OakleY Wrote: [ -> ]Hello,
If you want to change font-family to another, where is this? I can not find anything under the files.
Ungrouped Templates -> headerinclude
Find
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" />
After it, add your font code.
Example
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" />
<link href='http://fonts.googleapis.com/css?family=Droid+Sans' rel='stylesheet' type='text/css' />
<link href='http://fonts.googleapis.com/css?family=Unica+One' rel='stylesheet' type='text/css' />
<link href='http://fonts.googleapis.com/css?family=Titillium+Web' rel='stylesheet' type='text/css' />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" />
You can link them all in one link, I need to do that - just being lazy.
2018-05-08, 01:36 AM
This theme is great, thank you!
I have one question, if you please, how do I make the header menu 'sticky'? I would like it to scroll with me.
Thank you!
I have one question, if you please, how do I make the header menu 'sticky'? I would like it to scroll with me.
Thank you!
2018-05-15, 08:18 PM
-thread moved-
2018-05-19, 06:35 AM
Any plans for an update soon?
2018-06-06, 09:36 AM
Hi, where can i change the links from "Quick Links" in the footer.
Facebook, Twitter
Thx Maik
Facebook, Twitter
Thx Maik