Seite 1 von 2

gelöst - Großbuchstaben im Styl umwandeln

Verfasst: 08.04.2022 17:42
von Anders
Ich verwende das Theme: Flat Style Red

Bei der Ansicht bes Beitrages sehe ich die Überschrift doppelt.

Einmal mit Großbuchstaben und darunter in Groß und Klein

Ist sehr sinnfrei - wie kann ich die obere Überschrift im CSS weggeben.?

Bzw. sonst ähnliche Zeilen die in Großbuchstaben geschrieben sind umwandeln.

https://ibb.co/G0tjv1p

LG Danke :)

Re: Großbuchstaben im Styl umwandeln

Verfasst: 08.04.2022 18:08
von chris1278
Das ist Standard. Siehe hier im Forum:

https://prnt.sc/I8qLM6oZJ0_9

Re: Großbuchstaben im Styl umwandeln

Verfasst: 08.04.2022 18:20
von Anders
genau so wie im From mag ich es
bei mir sieht es im Vergleich ja anders aus mit dem Großbuchstaben - die ich nicht mag.

https://ibb.co/w0FxYvZ

lg

Re: Großbuchstaben im Styl umwandeln

Verfasst: 08.04.2022 19:06
von vfrblue
Hallo, die Großbuchstaben werden durch die benutzte Schriftart (Bebas Regular) dargestellt. Die gibt es nur mit Großbuchstaben.
Du müsstest dann dem "h2"-Element in der css-Datei (colours,css) eine andere Schriftart zuweisen.

Re: Großbuchstaben im Styl umwandeln

Verfasst: 08.04.2022 19:45
von Anders
sehr profunde Antwort:
Danke

ich finde des aber nicht in der colours.css

Code: Alles auswählen

/*
--------------------------------------------------------------
Colours and backgrounds for common.css
-------------------------------------------------------------- */

html, body {
	color: #333333;
	background-color: #ffffff;
}

h1 {
	color: #FFFFFF;
}

h2 {
	color: #333333;
}

h3 {
	border-bottom-color: #CCCCCC;
	color: #333333;
}

hr {
	border-color: #FFFFFF;
	border-top-color: #CCCCCC;
}

/*
--------------------------------------------------------------
Colours and backgrounds for links.css
-------------------------------------------------------------- */

a { color: #333333; }
a:hover { color: #dd6600; }

/* Links on gradient backgrounds */
.forumbg .header a, .forabg .header a, th a {
	color: #FFFFFF;
}

.forumbg .header a:hover, .forabg .header a:hover, th a:hover {
	color: #dd6600;
}

/* Notification mark read link */
.dropdown-extended a.mark_read {
	background-color: #FFFFFF;
}

/* Post body links */
.postlink {
	border-bottom-color: #dd6600;
	color: #dd6600;
}

.postlink:visited {
	border-bottom-color: #333333;
	color: #dd6600;
}

.postlink:hover {
	background-color: #ffeecc;
	color: #333333;
}

.signature a, .signature a:hover {
	background-color: transparent;
}

/* Back to top of page */
.top i {
	color: #999999;
}

/* Arrow links  */
.arrow-left:hover, .arrow-right:hover {
	color: #dd6600;
}

/* Round cornered boxes and backgrounds
---------------------------------------- */
.wrap {
	background-color: #ffffff;
	border-color: #E6E9ED;
}

.headerbar {
	color: #FFFFFF;
}

.headerbar {
	background-color: #eeeeee;
}

.forabg, .forumbg {
	background-color: #333333;
}

.navbar {
	background-color: #eeeeee;
}

.panel {
	background-color: #eeeeee;
	color: #333333;
}

.post:target .content {
	color: #333333;
}

.post h3 a.first-unread, .post:target h3 a {
	color: #333333;
}

.bg1 {
	background-color: #eeeeee;
}

table.zebra-list tr:nth-child(odd) td, ul.zebra-list li:nth-child(odd) {
	background-color: #eeeeee;
}

.bg2 {
	background-color: #f4f4f4;
}

table.zebra-list tr:nth-child(even) td, ul.zebra-list li:nth-child(even) {
	background-color: #f4f4f4;
}

.bg3	{
	background-color: #f1f1f1;
}

.ucprowbg {
	background-color: #DCDEE2;
}

.fieldsbg {
	background-color: #E7E8EA;
}

.site_logo {
	background-image: url("./images/site_logo.png");
}

/* Table styles
----------------------------------------*/
table.table1 thead th {
	color: #FFFFFF;
	background-color: #333333;
}

table.table1 tbody td {
	border-top-color: #FAFAFA;
}

table.table1 tbody th {
	border-bottom-color: #000000;
	color: #333333;
	background-color: #FFFFFF;
}

table.info tbody th {
	color: #000000;
}

/* Misc layout styles
---------------------------------------- */
dl.details dt {
	color: #000000;
}

dl.details dd {
	color: #666666;
}

.sep {
	color: #1198D9;
}

/* Icon styles
---------------------------------------- */
.icon.icon-blue, a:hover .icon.icon-blue {
	color: #dd6600;
}

.icon.icon-green, a:hover .icon.icon-green{
	color: #dd6600;
}

.icon.icon-red, a:hover .icon.icon-red{
	color: #dd6600;
}

.icon.icon-orange, a:hover .icon.icon-orange{
	color: #dd6600;
}

.icon.icon-bluegray, a:hover .icon.icon-bluegray{
	color: #333333;
}

.icon.icon-gray, a:hover .icon.icon-gray{
	color: #777777;
}

.icon.icon-lightgray, a:hover .icon.icon-lightgray{
	color: #999999;
}

.icon.icon-black, a:hover .icon.icon-black{
	color: #333333;
}

.alert_close .icon:before {
	background-color: #FFFFFF;
}

/* Jumpbox */
.jumpbox .dropdown li {
	border-top-color: #CCCCCC;
}

.jumpbox-cat-link {
	background-color: #333333;
	border-top-color: #333333;
	color: #FFFFFF;
}

.jumpbox-cat-link:hover {
	background-color: #dd6600;
	border-top-color: #dd6600;
	color: #ffffff;
}

.jumpbox-forum-link {
	background-color: #ffffff;
}

.jumpbox-forum-link:hover {
	background-color: #ffffff;
}

.jumpbox .dropdown .pointer-inner {
	border-color: #fff transparent;
}

.jumpbox-sub-link {
	background-color: #ffffff;
}

.jumpbox-sub-link:hover {
	background-color: #ffffff;
}

/* Miscellaneous styles
---------------------------------------- */

.copyright {
	color: #555555;
}

.error {
	color: #dd6600;
}

.reported {
	background-color: #ffeecc;
}

.sticky, .announce {
	/* you can add a background for stickies and announcements*/
}

div.rules {
	background-color: #ffeecc;
	color: #333333;
}

p.post-notice {
	background-color: #dd6600;
	background-image: none;
	color:#ffffff;
}

/*
--------------------------------------------------------------
Colours and backgrounds for content.css
-------------------------------------------------------------- */

ul.forums {
	background-color: #eeeeee;
}

ul.topiclist li {
	color: #333333;
}

ul.topiclist dd {
	border-left-color: #FFFFFF;
}

.rtl ul.topiclist dd {
	border-right-color: #FFFFFF;
	border-left-color: transparent;
}

li.row {
	border-top-color:  #FFFFFF;
}

li.row strong {
	color: #000000;
}

li.header dt, li.header dd {
	color: #FFFFFF;
}

/* Post body styles
----------------------------------------*/
.postbody {
	color: #333333;
}

/* Content container styles
----------------------------------------*/
.content {
	color: #333333;
}

.content h2, .panel h2 {
	color: #333333;
	border-bottom-color:  #CCCCCC;
}

dl.faq dt {
	color: #333333;
}

.posthilit {
	background-color: #dd6600;
	color: #ffffff;
}

.announce, .unreadpost {
	/* Highlight the announcements & unread posts box */
}

/* Post signature */
.signature {
	border-top-color: #CCCCCC;
}

/* Post noticies */
.notice {
	border-top-color:  #CCCCCC;
}

/* BB Code styles
----------------------------------------*/
/* Quote block */
blockquote {
	background-color: #EBEADD;
	border-color:#DBDBCE;
}

blockquote blockquote {
	/* Nested quotes */
	background-color:#EFEED9;
}

blockquote blockquote blockquote {
	/* Nested quotes */
	background-color: #EBEADD;
}

/* Code block */
.codebox {
	background-color: #FFFFFF;
	border-color: #C9D2D8;
}

.codebox p {
	border-bottom-color:  #CCCCCC;
}

.codebox code {
	color: #666666;
}

/* Attachments
----------------------------------------*/
.attachbox {
	background-color: #FFFFFF;
	border-color:  #C9D2D8;
}

.pm-message .attachbox {
	background-color: #F2F3F3;
}

.attachbox dd {
	border-top-color: #C9D2D8;
}

.attachbox p {
	color: #666666;
}

.attachbox p.stats {
	color: #666666;
}

.attach-image img {
	border-color: #999999;
}

/* Inline image thumbnails */

dl.file dd {
	color: #666666;
}

dl.thumbnail img {
	border-color: #666666;
	background-color: #FFFFFF;
}

dl.thumbnail dd {
	color: #666666;
}

dl.thumbnail dt a:hover {
	background-color: #EEEEEE;
}

dl.thumbnail dt a:hover img {
	border-color: #368AD2;
}

/* Post poll styles
----------------------------------------*/

fieldset.polls dl {
	border-top-color: #DCDEE2;
}

fieldset.polls dl.voted {
	color: #000000;
}

fieldset.polls dd div {
	color: #FFFFFF;
}

.rtl .pollbar1, .rtl .pollbar2, .rtl .pollbar3, .rtl .pollbar4, .rtl .pollbar5 {
	border-right-color: transparent;
}

.pollbar1 {
	background-color: #ab4f00;
	border-bottom-color: #ab4f00;
	border-right-color: #ab4f00;
}

.rtl .pollbar1 {
	border-left-color: #ab4f00;
}

.pollbar2 {
	background-color: #b85500;
	border-bottom-color: #b85500;
	border-right-color: #b85500;
}

.rtl .pollbar2 {
	border-left-color: #b85500;
}

.pollbar3 {
	background-color: #c45b00;
	border-bottom-color: #c45b00;
	border-right-color: #c45b00;
}

.rtl .pollbar3 {
	border-left-color: #c45b00;
}

.pollbar4 {
	background-color: #d16100;
	border-bottom-color: #d16100;
	border-right-color: #d16100;
}

.rtl .pollbar4 {
	border-left-color: #d16100;
}

.pollbar5 {
	background-color: #dd6600;
	border-bottom-color: #dd6600;
	border-right-color: #dd6600;
}

.rtl .pollbar5 {
	border-left-color: #dd6600;
}

/* Poster profile block
----------------------------------------*/
.postprofile {
	color: #666666;
	border-color: #FFFFFF;
}

.pm .postprofile {
	border-color: #DDDDDD;
}

.postprofile strong {
	color: #000000;
}

.online {
	background-image: url("./en/icon_user_online.gif");
}

dd.profile-warnings {
	color: #BC2A4D;
}

/*
--------------------------------------------------------------
Colours and backgrounds for buttons.css
-------------------------------------------------------------- */
.button {
	border-color: #C7C3BF;
	background-color: #fafafa;
	color: #333333;
}

.button:hover, .button:focus {
	color: #dd6600;
	background-color: #ffffff;
	border-color: #dd6600;
}

.button:active {
	color:#ffffff;
	background-color:#dd6600;
}

.button .icon,
.button-secondary {
	color: #333333;
}

.button-secondary:focus,
.button-secondary:hover,
.button:focus .icon,
.button:hover .icon {
	color: #dd6600;
}

.button-search:hover,
.button-search-end:hover {
	border-color: #C7C3BF;
}

.caret	{ border-color: #DADADA; }
.caret	{ border-color: #C7C3BF; }

.contact-icons a		{ border-color: #DCDCDC; }
.contact-icons a:hover	{ background-color: #ffeecc; }

/* Pagination
---------------------------------------- */

.pagination li a {
	background: #ECEDEE;
	filter: none;
	border-color: #aaaaaa;
	color: #333333;
}

.pagination li.ellipsis span {
	background: transparent;
	color:	#333333;
}

.pagination li.active span {
	background: #dd6600;
	border-color: #aaaaaa;
	color: #FFFFFF;
}

.pagination li a:hover, .pagination li a:hover .icon, .pagination .dropdown-visible a.dropdown-trigger, .nojs .pagination .dropdown-container:hover a.dropdown-trigger {
	background: #dd6600;
	filter: none;
	color: #FFFFFF;
}

/* Search box
--------------------------------------------- */

.search-box .inputbox,
.search-box .inputbox:hover,
.search-box .inputbox:focus {
	border-color: #C7C3BF;
}

.search-results li:hover,
.search-results li.active {
	background-color: #ffffff;
}

/* Icon images
---------------------------------------- */

.contact-icon						{ background-image: url("./images/icons_contact.png"); }

/* Profile & navigation icons */
.pm-icon							{ background-position: 0 0; }
.email-icon							{ background-position: -21px 0; }
.jabber-icon						{ background-position: -80px 0; }
.phpbb_icq-icon						{ background-position: -61px 0 ; }
.phpbb_wlm-icon						{ background-position: -182px 0; }
.phpbb_aol-icon						{ background-position: -244px 0; }
.phpbb_website-icon					{ background-position: -40px 0; }
.phpbb_youtube-icon					{ background-position: -98px 0; }
.phpbb_facebook-icon				{ background-position: -119px 0; }
.phpbb_skype-icon					{ background-position: -161px 0; }
.phpbb_twitter-icon					{ background-position: -203px 0; }
.phpbb_yahoo-icon					{ background-position: -224px 0; }

/* Forum icons & Topic icons */
.global_read						{ background-image: url("./images/announce_read.png"); }
.global_read_mine					{ background-image: url("./images/announce_read_mine.png"); }
.global_read_locked					{ background-image: url("./images/announce_read_locked.png"); }
.global_read_locked_mine			{ background-image: url("./images/announce_read_locked_mine.png"); }
.global_unread						{ background-image: url("./images/announce_unread.png"); }
.global_unread_mine					{ background-image: url("./images/announce_unread_mine.png"); }
.global_unread_locked				{ background-image: url("./images/announce_unread_locked.png"); }
.global_unread_locked_mine			{ background-image: url("./images/announce_unread_locked_mine.png"); }

.announce_read						{ background-image: url("./images/announce_read.png"); }
.announce_read_mine					{ background-image: url("./images/announce_read_mine.png"); }
.announce_read_locked				{ background-image: url("./images/announce_read_locked.png"); }
.announce_read_locked_mine			{ background-image: url("./images/announce_read_locked_mine.png"); }
.announce_unread					{ background-image: url("./images/announce_unread.png"); }
.announce_unread_mine				{ background-image: url("./images/announce_unread_mine.png"); }
.announce_unread_locked				{ background-image: url("./images/announce_unread_locked.png"); }
.announce_unread_locked_mine		{ background-image: url("./images/announce_unread_locked_mine.png"); }

.forum_link							{ background-image: url("./images/forum_link.png"); }
.forum_read							{ background-image: url("./images/forum_read.png"); }
.forum_read_locked					{ background-image: url("./images/forum_read_locked.png"); }
.forum_read_subforum				{ background-image: url("./images/forum_read_subforum.png"); }
.forum_unread						{ background-image: url("./images/forum_unread.png"); }
.forum_unread_locked				{ background-image: url("./images/forum_unread_locked.png"); }
.forum_unread_subforum				{ background-image: url("./images/forum_unread_subforum.png"); }

.sticky_read						{ background-image: url("./images/sticky_read.png"); }
.sticky_read_mine					{ background-image: url("./images/sticky_read_mine.png"); }
.sticky_read_locked					{ background-image: url("./images/sticky_read_locked.png"); }
.sticky_read_locked_mine			{ background-image: url("./images/sticky_read_locked_mine.png"); }
.sticky_unread						{ background-image: url("./images/sticky_unread.png"); }
.sticky_unread_mine					{ background-image: url("./images/sticky_unread_mine.png"); }
.sticky_unread_locked				{ background-image: url("./images/sticky_unread_locked.png"); }
.sticky_unread_locked_mine			{ background-image: url("./images/sticky_unread_locked_mine.png"); }

.topic_moved						{ background-image: url("./images/topic_moved.png"); }
.pm_read,
.topic_read							{ background-image: url("./images/topic_read.png"); }
.topic_read_mine					{ background-image: url("./images/topic_read_mine.png"); }
.topic_read_hot						{ background-image: url("./images/topic_read_hot.png"); }
.topic_read_hot_mine				{ background-image: url("./images/topic_read_hot_mine.png"); }
.topic_read_locked					{ background-image: url("./images/topic_read_locked.png"); }
.topic_read_locked_mine				{ background-image: url("./images/topic_read_locked_mine.png"); }
.pm_unread,
.topic_unread						{ background-image: url("./images/topic_unread.png"); }
.topic_unread_mine					{ background-image: url("./images/topic_unread_mine.png"); }
.topic_unread_hot					{ background-image: url("./images/topic_unread_hot.png"); }
.topic_unread_hot_mine				{ background-image: url("./images/topic_unread_hot_mine.png"); }
.topic_unread_locked				{ background-image: url("./images/topic_unread_locked.png"); }
.topic_unread_locked_mine			{ background-image: url("./images/topic_unread_locked_mine.png"); }


/*
--------------------------------------------------------------
Colours and backgrounds for cp.css
-------------------------------------------------------------- */

/* Main CP box
----------------------------------------*/

.panel-container h3, .panel-container hr, .cp-menu hr {
	border-color: #A4B3BF;
}

.panel-container .panel li.row {
	border-bottom-color: #B5C1CB;
	border-top-color: #F9F9F9;
}

ul.cplist {
	border-top-color: #B5C1CB;
}

.panel-container .panel li.header dd, .panel-container .panel li.header dt {
	color: #ffffff;
}

.panel-container table.table1 thead th {
	color: #ffffff;
	border-bottom-color: #bbbbbb;
}

.cp-main .pm-message {
	border-color: #DBDEE2;
	background-color: #FFFFFF;
}

/* CP tabbed menu
----------------------------------------*/
.tabs .tab > a {
	background: #dddddd;
	color: #333333;
}

.tabs .tab > a:hover {
	background: #f4f4f4;
	color: #dd6600;
}

.tabs .activetab > a,
.tabs .activetab > a:hover {
	background-color: #f1f1f1;
	border-color: #f1f1f1;
	color: #333333;
}

.tabs .activetab > a:hover {
	color: #000000;
}

/* Mini tabbed menu used in MCP
----------------------------------------*/
.minitabs .tab > a {
	background-color: #E1EBF2;
}

.minitabs .activetab > a,
.minitabs .activetab > a:hover {
	background-color: #F9F9F9;
	color: #333333;
}

/* Responsive tabs
----------------------------------------*/
.responsive-tab .responsive-tab-link:before {
	border-color: #536482;
}

.responsive-tab .responsive-tab-link:hover:before {
	border-color: #D31141;
}

/* UCP navigation menu
----------------------------------------*/

/* Link styles for the sub-section links */
.navigation a {
	color: #333333;
	background: #dddddd;
}

.rtl .navigation a {
	background: #dddddd;
}

.navigation a:hover {
	background: #333333;
	color: #ffffff;
}

.navigation .active-subsection a {
	background: #F9F9F9;
	color: #dd6600;
}

.navigation .active-subsection a:hover {
	color: #dd6600;
}

/* Preferences pane layout
----------------------------------------*/
.panel-container h2 {
	color: #333333;
}

.panel-container .panel {
	background-color: #F9F9F9;
}

.cp-main .pm {
	background-color: #FFFFFF;
}

/* Friends list */
.cp-mini {
	background-color: #eeeeee;
}

dl.mini dt {
	color: #425067;
}

/* PM Styles
----------------------------------------*/
/* PM Message history */
.current {
	color: #000000 !important;
}

/* PM marking colours */
.pmlist li.pm_message_reported_colour, .pm_message_reported_colour {
	border-left-color: #BC2A4D;
	border-right-color: #BC2A4D;
}

.pmlist li.pm_marked_colour, .pm_marked_colour {
	border-color: #dd6600;
}

.pmlist li.pm_replied_colour, .pm_replied_colour {
	border-color: #aaaaaa;
}

.pmlist li.pm_friend_colour, .pm_friend_colour {
	border-color: #777777;
}

.pmlist li.pm_foe_colour, .pm_foe_colour {
	border-color: #333333;
}

/* Avatar gallery */
.gallery label {
	background: #FFFFFF;
	border-color: #cccccc;
}

.gallery label:hover {
	background-color: #eeeeee;
}

/*
--------------------------------------------------------------
Colours and backgrounds for forms.css
-------------------------------------------------------------- */

/* General form styles
----------------------------------------*/
select {
	border-color: #666666;
	background-color: #FAFAFA;
	color: #333333;
}

label {
	color: #333333;
}

option.disabled-option {
	color: graytext;
}

/* Definition list layout for forms
---------------------------------------- */
dd label {
	color: #333333;
}

fieldset.fields1 {
	background-color: transparent;
}

/* Hover effects */
fieldset dl:hover dt label {
	color: #000000;
}

fieldset.fields2 dl:hover dt label {
	color: inherit;
}

/* Quick-login on index page */
fieldset.quick-login input.inputbox {
	background-color: #ffffff;
}

/* Posting page styles
----------------------------------------*/

.message-box textarea {
	color: #333333;
}

.message-box textarea.drag-n-drop {
	outline-color: rgba(102, 102, 102, 0.5);
}

.message-box textarea.drag-n-drop-highlight {
	outline-color: rgba(17, 163, 234, 0.5);
}

/* Input field styles
---------------------------------------- */
.inputbox {
	background-color: #FFFFFF;
	border-color: #C7C3BF;
	color: #333333;
}

.inputbox:-moz-placeholder {
	color: #333333;
}

.inputbox::-webkit-input-placeholder {
	color: #333333;
}

.inputbox:hover {
	border-color: #dd6600;
}

.inputbox:focus {
	border-color: #dd6600;
}

.inputbox:focus:-moz-placeholder {
	color: transparent;
}

.inputbox:focus::-webkit-input-placeholder {
	color: transparent;
}


/* Form button styles
---------------------------------------- */

a.button1, input.button1, input.button3, a.button2, input.button2 {
	color: #333333;
	background-color: #fafafa;
}

a.button1, input.button1 {
	border-color: #666666;
}

input.button3 {
	background-image: none;
}

/* Alternative button */
a.button2, input.button2, input.button3 {
	border-color: #666666;
}

/* <a> button in the style of the form buttons */
a.button1, a.button2 {
	color: #333333;
}

/* Hover states */
a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {
	border-color: #dd6600;
	color: #dd6600;
	background-color:#ffffff;
}

/* Focus states */
input.button1:focus, input.button2:focus, input.button3:focus {
	border-color: #dd6600;
	color: #ffffff;
	background-color: #dd6600;
}

input.disabled {
	color: #666666;
}

/* jQuery popups
---------------------------------------- */
.phpbb_alert {
	background-color: #FFFFFF;
	border-color: #999999;
}
.darken {
	background-color: #000000;
}

.loading_indicator {
	background-color: #000000;
	background-image: url("./images/loading.gif");
}

.dropdown-extended ul li {
	color: #333333;
	border-top-color: #B9B9B9;
	background-color: #ffffff;
}

/*
.dropdown-extended ul li:hover {
	background-color: #ffeecc;
}
*/

.dropdown-extended .header, .dropdown-extended .footer {
	border-color: #B9B9B9;
	color: #000000;
}

.dropdown-extended .footer {
	border-top-style: solid;
	border-top-width: 1px;
	background-color: #fafafa
}

.dropdown-extended .header {
	background-color: #fafafa;
}

.dropdown .pointer {
	border-color: #B9B9B9 transparent;
}

.dropdown .pointer-inner {
	border-color: #FFF transparent;
}

.dropdown-extended .pointer-inner {
	border-color: #fafafa transparent;
}

.dropdown .dropdown-contents {
	background: #ffffff;
	border-color: #B9B9B9;
}

.dropdown li, .dropdown li li {
	border-color: #DCDCDC;
}

.dropdown li.separator {
	border-color: #DCDCDC;
}

/* Notifications
---------------------------------------- */

.notification_list p.notification-time {
	color: #888888;
}

li.notification-reported strong, li.notification-disapproved strong {
	color: #dd6600;
}

.badge {
	background-color: #dd6600;
	color: #ffffff;
}
wo ich die schrift in Aril zb abändern kann.

lg :)

Re: Großbuchstaben im Styl umwandeln

Verfasst: 08.04.2022 20:00
von Dr.Death
Poste doch mal bitte einen Link zu dem betreffenden Forum.... nicht jeder installiert sich den von dir benutzen Style um das nachzustellen...

Siehe zusätzlich den roten Kasten hier im Forum:
Forumsregeln
Bei Style spezifischen Fragen ist der Stylename und die Downloadquelle des Styles erforderlich sowie die URL vom betroffenen Forum.

Re: Großbuchstaben im Styl umwandeln

Verfasst: 08.04.2022 20:01
von Kirk
Such doch mal in der common.css danach.

Re: Großbuchstaben im Styl umwandeln

Verfasst: 08.04.2022 20:02
von chris1278
Öffne die common.css und finde das hier:

Code: Alles auswählen

h2 {
	/* Forum header titles */
	font-family: bebasregular, Poppins, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 2em;
	word-spacing:4px;
	margin: 0.8em 0 0.2em 0;
	line-height:normal;
}
Das müsst so um die zeile 28 stehen.

ersetze den teil mit folgendem:

Code: Alles auswählen

h2 {
    font-family: Poppins, "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 2em;
    word-spacing: 4px;
    margin: 0.8em 0 0.2em 0;
    line-height: normal;
}
Danach Browser und Forencache leeren und dann sollte es so aussehen:

https://prnt.sc/famnndjr2qib

Bedenke die Änderung müsstest du bei jedem Style update machen.

gelöst - danke chris und vfrblu :)

Verfasst: 08.04.2022 20:19
von Anders
danke perfekt - gelöst - danke chris und vfrblu :) lg

Re: gelöst - danke chris und vfrblu :) Großbuchstaben im Styl umwandeln

Verfasst: 08.04.2022 20:21
von chris1278
Wie gesagt das nächste mal wenn du probleme hast auch bei styles und extensions entsprechende quellen mit posten oder link zum forum von dir.

Du hattest Glück das ich den Style in einem Forum habe welches ich supporte. Daher konnte ich das nachschauen.