Question
1
Replies
36
Views
MBRDI
Posted: May 28, 2020
Last activity: May 28, 2020
Where to find CSS related to the menu displayed for tab group?
Hello Team,
We are in process of upgrading the application from PRPCV7.2.2 to PRPCV8.4.1 with CPM V8.3. I have encountered an issue, where in menu for the tab group that is displayed in the top right corner style was overridden when hover over.
Need help from you, to pin point the CSS or format of CSENDUSER skin rule which is responsible for OOTB rule to fix this issue.
Thanks,
S Ch Avinash
Hello,
I don't seem to see the menu you mentioned in the OOTB Interaction Portal in CS 8.3. However, here are some tips that could help you track down the CSS file.
Right click the menu item you are referring to and inspect element. Check the styles in the Developer Tools and look for any relevant CSS classes. For example, if I do this for the home tab, I can see some example classes: .dc-header and headerTabsList.
Next, in Dev Srudio, search (Rules and Data/All Content/Contains/All Applications) for these classes. In the results, under type 'text-file' you should see some examples of CSS files where these classes are used.
I hope this helps to narrow your search in identifying the CSS you are looking for!
Regards,
Brian