?
avatar Milglius
Milglius
4 Jul 2019

Menus: Items Protostar template

Steps to reproduce the issue

Try to make this menu item - text colour white and surounding pink colour
Link Class no reaction

Expected result

We want to change ony this id - Registratia2, but all other menus and ID must stay as they where before .

Try to make this menus item only 1 ID - text colour white and surounding pink colour, and then you drag mouse pointer it goes dark pink colour text white

Actual result

System information (as much as possible)

Joomla 3,9,8, PHP 7.2

Additional comments

If you know documentation or something like this can be dome withour fr please provide info

avatar Milglius Milglius - open - 4 Jul 2019
avatar joomla-cms-bot joomla-cms-bot - change - 4 Jul 2019
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 4 Jul 2019
avatar Milglius Milglius - change - 4 Jul 2019
The description was changed
avatar Milglius Milglius - edited - 4 Jul 2019
avatar alikon alikon - change - 4 Jul 2019
Status New Closed
Closed_Date 0000-00-00 00:00:00 2019-07-04 19:20:36
Closed_By alikon
avatar joomla-cms-bot joomla-cms-bot - change - 4 Jul 2019
Closed_By alikon joomla-cms-bot
avatar joomla-cms-bot joomla-cms-bot - close - 4 Jul 2019
avatar joomla-cms-bot
joomla-cms-bot - comment - 4 Jul 2019

Set to "closed" on behalf of @alikon by The JTracker Application at issues.joomla.org/joomla-cms/25423

avatar alikon
alikon - comment - 4 Jul 2019

please ask on forum


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/25423.

avatar alikon
alikon - comment - 4 Jul 2019

@Milglius this is an issue tracker and not an helpdesk
an usefull starting learnig point https://docs.joomla.org/Special:MyLanguage/J3.2:How_to_use_the_Template_Manager#Creating_Overrides

avatar brianteeman
brianteeman - comment - 4 Jul 2019
avatar Milglius Milglius - change - 5 Jul 2019
The description was changed
avatar Milglius Milglius - edited - 5 Jul 2019
avatar brianteeman
brianteeman - comment - 5 Jul 2019

30 seconds work
add a link class to the menu item of pink
add the css required

a.pink {
    background-color: pink;
    color: white;
}

a.pink:hover {
    background-color: deeppink!important;
}

mm2

avatar brianteeman
brianteeman - comment - 5 Jul 2019

it says class name - it does not say file name

avatar franz-wohlkoenig
franz-wohlkoenig - comment - 5 Jul 2019

@Milglius please ask on Forum as this Repository is for coding.

avatar Milglius
Milglius - comment - 5 Jul 2019

Brian thanks I was very wrong my deepest apologation to all developers.

avatar Milglius Milglius - change - 5 Jul 2019
The description was changed
avatar Milglius Milglius - edited - 5 Jul 2019

Add a Comment

Login with GitHub to post a comment