Skip to Content Skip to Menu

Menu link to one list

10 years 1 month ago - 10 years 1 month ago #249306 by mmccormick
Replied by mmccormick on topic Menu link to one list
I understand that this is a bug and have used external link menu item to set up linking to my single list; however, the display of the List Title is unformatted and looks terrible and the Page Header Display does not get activated for an "External Link".

Can you please direct me what CSS element I can apply the H1 (Page Header) style to in order to make the Page Title appear as the others on the site?

Here is the source code of the page output:

"<div class="cbUserListHeadTitle">

<div class="contentheading cbUserListTitle">Professional Services Directory</div>"


How do I write the css so that Professional Services Directory appears as an H1 Page header? I've tried a few combinations but no luck.

thanks, MMc

P.S. I thought I solved this by using tags in the List title field; however, the tags show up in the breadcrumbs, which looks, well "crummy" :( Still need help to style this list title!
Attachments:
Last edit: 10 years 1 month ago by mmccormick.

Please Log in or Create an account to join the conversation.

10 years 1 month ago - 10 years 1 month ago #249368 by pepperstreet
Replied by pepperstreet on topic Menu link to one list - CSS UserList Title
Check your main template.CSS file. There might also be another styles.CSS
That depends on your chosen template.
In general, look out for the styles that define your regular H1 and .contentheading

Just add there .contentheading.cbUserListTitle

Example from old site and styles.css:

.contentheading {
font-size: 20px;
color: #900;
border-bottom: 1px solid #f4f4f4;
letter-spacing: -1px;
font-weight: bold;
}

with added extra class:

.contentheading, .contentheading.cbUserListTitle {
font-size: 20px;
color: #900;
border-bottom: 1px solid #f4f4f4;
letter-spacing: -1px;
font-weight: bold;
}

Same applies to H1 related styles.


PS: You might want to keep the original CSS files untouched, and your changes update savvy… you should use a CUSTOM.CSS and copy all the necessary style definitions. In other words, create a custom override.
Last edit: 10 years 1 month ago by pepperstreet.
The following user(s) said Thank You: nant

Please Log in or Create an account to join the conversation.

10 years 2 weeks ago #249916 by mmccormick
Replied by mmccormick on topic Menu link to one list - CSS UserList Title
Thank you for that advice.

Now I see that the submenus will not show correctly for the 3 list pages that I have setup -- another aspect of this bug.

Is there any workaround to this or do I need to try the PHPMyAdmin trick that has been discussed? the list ID seems to be appended to the URL already (using External URL link) but the page doesn't know where it is in the menu structure and shows no submenu and no useful breadcrumbs.

thx

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum