Menu layout on gallery / shop

Bring Your Business to LifeSupportImage StoreMenu layout on gallery / shop

Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #50455
    rayzor00
    Participant

    In fact if I can just remove the grey bullet points then it would look ok!?

    #50476
    rayzor00
    Participant

    Or can you tell me the location of the .php file for the photo page?

    I am looking for the bullet points text of:

    Select all
    Unselect all
    Add to cart

    I either want to :

    Remove all together
    Remove the bulletpoints (as the lay over the text at the moment)
    Move the text in the table/page

    ta

    #50480
    Xpark Media
    Keymaster

    @rayzor00,

    This will be easier using css and that way you can upgrade the plugin without problem. Other options are:

    to activate the tools widget, that will remove the navigation and will allow to use a widget to place the navigation where you want it. settings > Tools Widget

    to use Image store API to remove the navigation, add the following code to your functions.php file

    function mytheme_remove_main_imstore_nav($nav){
    return array();
    } 
    add_filter('ims_subnav', 'mytheme_remove_main_imstore_nav');
    #50493
    rayzor00
    Participant

    OK, thank you for the reply. I managed to change in the CSS as suggested, so looks allot better now! appreciate the advice!

    I have one issue which I can seem to change yet. In the Checkout option form. The layout is odd, I am changing the CSS but can’t get it to look perfect yet.

    I basically need to move City, State, Zip and phone do not align with the text box.

    Name, email and address are all ok.

    I just need to knock the City text down a line and I think the rest should align up.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.