Digital experiences for all disciplines
Forum Replies Created
-
-
This reply has been marked as private.
thanks, i figured it out
This reply has been marked as private.sorry, i found it in general options
sorry, float: right works 🙂
perfect, thank you. how about displaying the icon after the title, not before?
[spb_accordion width=”1/1″ el_position=”first last”][spb_accordion_tab title=”music”] [spb_text_block animation=”none” animation_delay=”0″ padding_vertical=”0″ padding_horizontal=”0″ width=”1/1″ el_position=”first last”]
This is the svg button I would add below vertical menu that I know works anywhere within cardinal
I also tried a traditional url below, but did not work
Instead of making changes to core files, why not add a line to /cardinal-child/functions.php?
If not, then where would i change /cardinal/swift-framework/sf-megamenu/custom_walker.php?
(the svg icon does not have to go above the menu text, it can go to the right like ss-gizmo or font-awesome)
Or, how about just adding a simple button below the vertical menu?
li.menu-item-620.menu-item.menu-item-type-custom.menu-item-object-custom.sf-std-menu.sf-mega-menu-fw.sf-menu-item-loggedin.sf-menu-item-btn {
display: block;
text-indent: -9999px;
width: 100px;
height: 82px;
background-size: 100px 82px;
background: ‘https://s3.amazonaws.com/zocalo.pro/global/heavy/bucketfm.svg’;
}thanks, i tried that but cannot figure out how to insert/replace
<svg class=”icon-bucket”><use xlink:href=”#icon-bucket”></use></svg>
into
background: url(kiwi.svg);
using that link’s example, where would i add a class to a specific cardinal theme menu item?
.logo {
display: block;
text-indent: -9999px;
width: 100px;
height: 82px;
background: url(kiwi.svg);
background-size: 100px 82px;
}thanks, but i am not looking for an overview on svg icons, i already use them and make them.
i am looking for specific guidance on how to integrate with cardinal theme menu items…
works! thank you
figured out workaround
figured out workaround
-